<!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <style> .main{margin: auto; width:960px; height: 686px; background-color: #FFFFFF } header{width: 960px; height: 86px; background: #432939 url("Nội dung học của WEB/De 06/images/01.png")} nav{margin: auto; height: 20px; background-color: #EF8567; float: left} article{width:25%; height: 480px; background-color:#516472; float: left } aside{width: 75%; height: 480px; background-color: #A1EDDE; float: left } footer{height: 80px; background-color: #AF86E9; float: none; clear: both } .anh1{padding: 30px 0 0 20px} .anh2{padding: 0 10px 10px 300px } .Vmenu{display: block; font-size:16px; text-decoration: none; border-bottom: 1px solid #DCD817; color: #1FEBCE; width: 100%; height: 100%; background-color:#7CAC32; float: left; padding-top: 50px } .Vmenu a:link{ display: block; font-size:20px; text-decoration: none; padding: 6px 0 6px; border-bottom: 1px solid #DCD817; color: #FF0202} .Vmenu a:hover{transition-delay: 0ms; display: block; font-size:20px; text-decoration: none; padding: 6px 0 6px 0; border-bottom: 1px solid #DCD817; color: #0AF42C}} </style> </head> <body> <div class="main"> <header> <img src="Nội dung học của WEB/De 06/images/02.png" class="anh1" > <img src="Nội dung học của WEB/De 06/images/logo.png" class="anh2"> </header> <nav> <div class="Vmenu"> <a href="#" target="iframe">Home</a> <a href="#" target="iframe">Find a Doctor</a> <a href="#" target="iframe">Services</a> <a href="#" target="inframe">Helth information</a> </nav> <article></article> <aside></aside> <footer></footer> </div> </body> </html>