Replies

Jul 21, 2020 5 years ago
Fire
is sweet
User Avatar
Shinju

So I use media query on

Qiang just fine but now i'm trying to use this code on
Trigon
and it's not working. Am I missing something? O.O

h7,h8,h2 {opacity:0.3;} h7:hover,h8:hover,h2:hover {opacity:1;} .hover2 {margin-left:10px;} h7,h8, h2 {opacity:0.3;} @ media (max-width: 600px) { h7,h8,h2 {opacity:1!important;} .hover2 {display:none;} }

(i had to include a space between @ and media cause it was pinging media)

solution: media (max-device-width: 550px) {

Please log in to reply to this topic.