Skip to content

Commit 7f7e801

Browse files
authored
pretty menu bar stuff
1 parent be290af commit 7f7e801

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

css/new-menu.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
.menu-bar {
22
position: fixed;
3-
width: 100%;
4-
margin: auto;
5-
display: inline-block;
3+
margin:auto;
4+
width: 100%;
5+
background: rgba(139,0,0, 0.2);
6+
padding: 0.5em 0;
7+
text-transform: lowercase;
8+
text-align: center;
9+
font-weight: 500;
610
}
711
.snip1168 {
8-
text-align: center;
9-
text-transform: uppercase;
10-
font-weight: 500;
12+
1113
}
1214
.snip1168 * {
1315
box-sizing: border-box;
@@ -37,7 +39,7 @@
3739
height: 3px;
3840
width: 0%;
3941
content: "";
40-
background-color: #c0392b;
42+
background-color: rgb(176,224,230);
4143
}
4244
.snip1168 a:after {
4345
left: 0;

0 commit comments

Comments
 (0)