Skip to content

Commit

Permalink
Modified
Browse files Browse the repository at this point in the history
  • Loading branch information
PiratePanda978 committed Jul 31, 2020
1 parent aecab83 commit 1f86af7
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Quizlet2/CSS/styles.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
body{
height:100vh;
}
.header-nav{
background:url(../images/bg3.png) no-repeat;
background-size:100% 100%;
height:25rem;
height:50vh;
}
.content{
background:url(../images/bg4.png) no-repeat;
background-size:100% 100%;
height:25rem;
height:50vh;
}
.content-row{
margin-top:15%;
}
@media(max-height:620px){
.header-nav,.content{
height:23rem;
}
}
.content-box>h1{
color:#FF7C5D;
Expand All @@ -20,7 +31,6 @@
}
form{
margin-top:20px;
width:50%;
border:3px solid #C70151;
border-radius:0.5rem;
padding:2%;
Expand Down

0 comments on commit 1f86af7

Please sign in to comment.