Add main.css file
This commit is contained in:
13
assets/css/main.css
Normal file
13
assets/css/main.css
Normal file
@@ -0,0 +1,13 @@
|
||||
body {
|
||||
background: #7f99be;
|
||||
}
|
||||
|
||||
#header {
|
||||
border-bottom: 1px solid #666;
|
||||
background: #1e4176;
|
||||
padding: 5px;
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
font-family: 'Trebuchet MS', sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user