Skip to content

Commit

Permalink
made the website responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
catincamaier committed Jan 20, 2025
1 parent 1a9808d commit 73c13a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BasicHTMLpage/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,12 @@ p{

ul{
font-size: 16px;
}

@media screen and (min-width: 320px) and(max-width:480px){
.catinca h5{
display: inline;
float: none;
background-color: aquamarine;
}
}

0 comments on commit 73c13a3

Please sign in to comment.