BeCastWebEngine/js/ufd/examples/example.css

21 lines
184 B
CSS
Raw Permalink Normal View History

2025-06-20 19:10:23 +02:00
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;
}