blob: 19d29595918f5544e8fb868345ead2c769739b9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
button{
margin-left: 5%;
margin-right: 5%;
}
#header {
background-color: #003459;
padding-top: 20px;
padding-bottom: 15px;
text-align: center;
color: white;
border-radius: 5px;
}
|