-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu-bar.css
More file actions
49 lines (41 loc) · 759 Bytes
/
menu-bar.css
File metadata and controls
49 lines (41 loc) · 759 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
43
44
45
46
47
48
49
.menu-bar-container {
background-color: #BB1919;
height: 65px;
}
.menu-bar {
background-color: blueviolet;
width: 1200px;
height: 100%;
margin: 0 auto;
}
.menu-bar h1 {
margin: 0;
padding-top: 5px;
padding-left: 6px;
color: white;
font-size: 45px;
font-weight: normal;
}
.menu-bar-2-container {
background-color: #A71716;
height: 30px;
}
.menu-bar-2 {
background-color: rgb(91, 7, 170);
}
.menu-bar-2 a {
color: white;
font-weight: normal;
padding: 0px 11.5px;
border-right: gray 1px solid;
position: relative;
top: 7px;
font-size: 13px;
}
#more-text-menu {
/* padding: 0 12px; */
border-right: 0;
}
.menu-bar-2 a:hover {
text-decoration: underline;
}