funchat/js/ufd/examples/example.css
2025-06-02 10:01:12 +02:00

20 lines
184 B
CSS

body {
font-family: arial, helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
color: #00a;
}
hr {
color: red;
}
em {
font-weight: bold;
}
#log {
height: 100px;
overflow: scroll;
}