Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
menu color
  • Loading branch information
jzc16101 committed Mar 12, 2020
1 parent b60ede1 commit 249d7b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions css/css-animation-examples.css
Expand Up @@ -123,7 +123,7 @@
margin: 0 5px;
}
nav ul li a {
color: black;
color: white;
font-size: 17px;
text-transform: uppercase;
padding: 7px 13px;
Expand Down Expand Up @@ -163,7 +163,7 @@
position: fixed;
width: 100%;
height: 100vh;
background: #2c3e50;
background: grey;
top: 80px;
left: -100%;
text-align: center;
Expand Down
6 changes: 3 additions & 3 deletions css/css-animation-resources.css
Expand Up @@ -126,7 +126,7 @@
margin: 0 5px;
}
nav ul li a {
color: black;
color: white;
font-size: 17px;
text-transform: uppercase;
padding: 7px 13px;
Expand All @@ -138,7 +138,7 @@
}
.checkbtn {
font-size: 30px;
color: black;
color: white;
float: right;
line-height: 80px;
margin-right: 40px;
Expand Down Expand Up @@ -166,7 +166,7 @@
position: fixed;
width: 100%;
height: 100vh;
background: #2c3e50;
background: grey;
top: 80px;
left: -100%;
text-align: center;
Expand Down
4 changes: 2 additions & 2 deletions css/css-showcase-midterm.css
Expand Up @@ -214,7 +214,7 @@ html {
}
.checkbtn {
font-size: 30px;
color: black;
color: white;
float: right;
line-height: 80px;
margin-right: 40px;
Expand Down Expand Up @@ -242,7 +242,7 @@ html {
position: fixed;
width: 100%;
height: 100vh;
background: #2c3e50;
background: grey;
top: 80px;
left: -100%;
text-align: center;
Expand Down
Binary file removed img/drive-download-20200311T224256Z-001.zip
Binary file not shown.

0 comments on commit 249d7b8

Please sign in to comment.