summaryrefslogtreecommitdiff
path: root/client/src/Header/Header.css
blob: 6744f32ffbb7f49770bf3337a2806c9d27e117bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.main-header {
    background-color: white;
    color: green;
    font-size: 2rem;
    margin-bottom: 8px;
}

.main-navigation {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: green;
    font-size: 1.3rem;
    height: 45px;
}

.main-navigation a {
    color: white;
    text-decoration: none;
}

.main-header div {
    display: flex;
    align-items: center;
}

.main-header img {
    height: 50px;
    margin: 6px;
}