We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be290af commit 7f7e801Copy full SHA for 7f7e801
1 file changed
css/new-menu.css
@@ -1,13 +1,15 @@
1
.menu-bar {
2
position: fixed;
3
- width: 100%;
4
- margin: auto;
5
- display: inline-block;
+ margin:auto;
+ width: 100%;
+ background: rgba(139,0,0, 0.2);
6
+ padding: 0.5em 0;
7
+ text-transform: lowercase;
8
+ text-align: center;
9
+ font-weight: 500;
10
}
11
.snip1168 {
- text-align: center;
- text-transform: uppercase;
- font-weight: 500;
12
+
13
14
.snip1168 * {
15
box-sizing: border-box;
@@ -37,7 +39,7 @@
37
39
height: 3px;
38
40
width: 0%;
41
content: "";
- background-color: #c0392b;
42
+ background-color: rgb(176,224,230);
43
44
.snip1168 a:after {
45
left: 0;
0 commit comments