blob: ccb9fb7b5c14fa3da88077d0425603aec3edc8fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#header {
background-color: #003459;
padding-top: 20px;
padding-bottom: 15px;
text-align: center;
color: white;
border-radius: 5px;
}
.row{
margin-top: 10px;
margin-bottom: 30px;
}
|