Banner.css
712 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
<style>
a:visited{color:black;}
a:active {color: black;}
a:hover {color:black;}
a:link {color:black;}
a{text-decoration: none;color: black;}
.banner{
display:block;
}
#khu-logo{
align-content: space-between;
display: inline-block;
font-size: 0;
padding: 0;
border:none;
}
#khu-logo-font{
font-family: 'Black Han Sans', sans-serif;
align-content: space-between;
font-size:20px;
line-height: inherit;
display: inline-block;
padding: 5;
border:none;
}
.khu-nav{
display:flex;
justify-content: space-between;
padding:20px;
height:center;
background-color: white;
border-bottom: 1px solid #ebeaeb;
}
.khu-nav-row{
display:flex;
justify-content: space-between;
}
</style>