Line 177: | Line 177: | ||
} | } | ||
− | /* THIS IS FOR | + | |
− | + | /* THIS IS FOR IPAD*/ | |
@media screen and (max-width : 760px){ | @media screen and (max-width : 760px){ | ||
− | + | /* RE WRITE THE PROBLEMATIC CODE HERE*/ | |
#team_name { | #team_name { | ||
position: relative; | position: relative; | ||
Line 189: | Line 189: | ||
} | } | ||
+ | /* THIS IS FOR IPHONE*/ | ||
@media screen and (max-width : 400px){ | @media screen and (max-width : 400px){ | ||
Line 248: | Line 249: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div style="background-color: red; width:20%;">HELLO</div> | ||
+ | <div style="background-color: red; width:100vw;">BYE</div> | ||
+ | <div></div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 01:40, 13 September 2018
HELLO
BYE