Skip to content

Commit

Permalink
media query has been modified
Browse files Browse the repository at this point in the history
  • Loading branch information
catincamaier committed Jan 20, 2025
1 parent 73c13a3 commit fa88b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BasicHTMLpage/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ ul{
font-size: 16px;
}

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

0 comments on commit fa88b7f

Please sign in to comment.