tarayıcıyı nedersem edeyim 4 menumunde aynı orantıda ekran tablet mobil cuk otursun istiyorum bu mümkünmü yapıyı birtürlü çözemedim ?
2
●374
<html> <head> </head> <body> <div style="background-color:red; width:50%; height:50%; float:left"> </div> <div style="background-color:blue; width:50%; height:50%; float:right"> </div> <div style="background-color:green; width:50%; height:50%; float:left"> </div> <div style="background-color:orange; width:50%; height:50%; float:right"> </div> </body> </html>
html,body {
padding:0;
margin:0;
height:100%;
min-height:100%;
}