Skip to content

Commit

Permalink
reponsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
raja8287 committed Oct 19, 2021
1 parent 684fb67 commit b6e940d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions website.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ img{
background: #fff;
color:#333;
cursor: pointer;
border: 1px solid;
padding: 1em;
}
.btn:hover{
background:greenyellow ;
Expand Down Expand Up @@ -101,4 +103,32 @@ img{
}
#footer div:last-child{
margin-left: auto;
}
@media only screen and {max-width:600px} {
#section-b ul{
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
justify-content: space-around;
}

#section-b li{
background: white;
color: #333;
width:100%;
margin-bottom: 1em;
}
#section-d{
display: block;
}
#footer{
background:black;
color:white;
display: block;
padding:2em;
}
#footer div:last-child{
margin-top: 2em;
}
}

0 comments on commit b6e940d

Please sign in to comment.