mirror of
https://github.com/frc1418/banners.css.git
synced 2026-03-09 05:36:42 -04:00
17 lines
253 B
CSS
17 lines
253 B
CSS
* {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
padding: 5px;
|
|
overflow-x: hidden;
|
|
width: 100vw;
|
|
}
|
|
h1 {
|
|
text-align: center;
|
|
color: #0f4bcb;
|
|
font-family: sans-serif;
|
|
margin-bottom: 10px;
|
|
} |