Tra Từ Điển

Thời gianTiếtThứ 2Thứ 3Thứ 4Thứ 5Thứ 6
8g40 - 9g101Tiếng Việt
Tiếng Anh
Tiếng Việt
Tiếng Việt
9g10 - 9g302Nghỉ giải lao
Tiếng Anh
Nghỉ giải lao
Nghỉ giải lao
9g30 - 10g3Toán
Toán
Toán

Tuesday, November 23, 2021

23/11/2021 LAYOUT 1

Untitled Document

LEFT
//code












<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<script type="text/javascript" src="../jquery-3.6.0.js"></script>
<style>
#container{ width:960px}
#left { width:180px; float:left; background-color:#999999; min-height:300px;}
#right { background-color:#CCCC99; min-height:300px; float:left; margin-left:5px; width:775px;}
</style>
</head>

<body>
<div id="container">
<div id="left">LEFT</div>
    <div id="right">RIGHT</div>
</div>
</body>
</html>

0 comments:

Post a Comment