mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
40 lines
547 B
CSS
40 lines
547 B
CSS
body {
|
|
font-family: Arial, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #f4f4f4;
|
|
}
|
|
|
|
.container {
|
|
width: 80%;
|
|
margin: auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
header {
|
|
background: #50a8a8;
|
|
color: white;
|
|
padding-top: 30px;
|
|
min-height: 70px;
|
|
border-bottom: #396969 3px solid;
|
|
}
|
|
|
|
header a {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
font-size: 16px;
|
|
}
|
|
|
|
header h1 {
|
|
float: left;
|
|
margin: 0;
|
|
}
|
|
|
|
header #underline {
|
|
color: #396969;
|
|
}
|
|
|
|
h2 {
|
|
color: #396969;
|
|
} |