Tin tức online
something
i cant fucking read
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Untitled Document</title> | |
<style> | |
#cont{width:1280px; margin:auto} | |
#header{height:70px;width:100%; background-color:teal; color:red; margin-bottom:5px;} | |
.d{margin-bottom:5px;background-color:blue; color: yellow; height: 20px} | |
#da1{float:left; width:50%} | |
#da2{float:right; width:50%; text-align:right;} | |
#k1{float:left; background-color:green;min-height: 300px; width:30%;} | |
#k2{float:left;background-color:purple;min-height: 250px; width:50%; } | |
#k3{float:left;background-color:brown;min-height: 50px; width:50%; } | |
#k41{float:left; background-color:#C69;min-height: 100px; width:60%; } | |
#k42{float:right; background-color:#CF8;min-height: 300px; width:20%; } | |
#k43{float:left; background-color:#CF2;min-height: 200px; width:30%; } | |
#k44{float:left; background-color:#33C;min-height: 200px; width:30%; } | |
#k5{float:right;background-color:#0FF; width:20%; height:600px} | |
#footer{clear:both;height:70px;width:100%; background-color:teal; color:red; margin-bottom:5px;} | |
</style> | |
</head> | |
<body> | |
<div id="cont"> | |
<div id="header">Tin tức online</div> | |
<div class="d" id="da1">something</div> | |
<div class="d" id="da2">i cant fucking read</div> | |
<div id="k1"></div> | |
<div id="k5"></div> | |
<div id="k2"></div> | |
<div id="k3"></div> | |
<div id="k41"></div> | |
<div id="k42"></div> | |
<div id="k43"></div> | |
<div id="k44"></div> | |
<div id="footer"></div> | |
</div> | |
</div> | |
</body> | |
</html> | |
0 comments:
Post a Comment