mirror of
https://github.com/frc1418/banners.css.git
synced 2026-03-09 13:46:41 -04:00
Init
This commit is contained in:
17
example.css
Normal file
17
example.css
Normal file
@@ -0,0 +1,17 @@
|
||||
* {
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user