Skip to content

Commit

Permalink
made responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinidhihegde3 committed Jul 27, 2023
1 parent 840977d commit 1ddb104
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,20 @@ body{
}
.quote-box button:hover{
background-color: #0bb4c4;
}

@media(max-width:800px){

.quote-box{
background: #fff;
width: 400px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
padding: 40px;
border-radius: 10px;
text-align: center;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
}

0 comments on commit 1ddb104

Please sign in to comment.