CSS Cần Coi Các Định Dạng Như Background, Border, Margin, Padding, Height Và Width, Text, Font, Links, Lists, Table, Display, Float
CSS Cần Coi Các Định Dạng Như Background, Border, Margin, Padding, Height Và Width, Text, Font, Links, Lists, Table, Display, Float
#menu li {
float: left;
#menu li a {
border-right: 1px solid white;
color: white;
display: block;
text-decoration: none;
padding: 16px 20px;
#menu a:hover:not(.active) {
background-color: rgb(238, 169, 223);
color: white;
}
#menu .active {
background-color: deepskyblue;
color: white;
}
div.hinhanh img{
width: 1200px;
}
div.left{
width: 800px;
float: left;
}
div.right{
width: 400px;
height: 770px;
float: left;
}
div.left h4{
text-transform: uppercase;
color: dodgerblue;
clear: both;
margin: 10px;
margin-bottom: 0;
}
div.tin{
width: 220px;
float: left;
text-align: justify;
margin:5px 20px;
}
div.tin p{
padding: 0px 10px;
margin-top: 0;
}
div.tin img{
width: 220px;
}
div.right h3{
background-color: blue;
text-transform: capitalize;
color: white;
text-align: center;
margin: 0px;
padding: 10px;
}
div.right ul{
color: blue;
list-style-type:calc();
}
div.right img{
width: 400px;
}
.so{
clear: both;
height:15px;
}
.solieu{
width: 390px;
float: left;
margin-right: 555px;
padding-left:10px ;
margin-top: 10px;
}.solieu1 {
width: 220px;
float: left;
height: 20px;
padding-left: 10px;
margin-top: 10px;
}.solieu1 h3 {
font-weight: normal;
text-transform: uppercase;
margin: 0px;
}
.solieu h3{
font-weight: normal;
text-transform: uppercase;
margin: 0px;
}
.chitiet {
float: left;
width: 390px;
margin-left: 10px;
margin-top: 5px;
margin-right: 80px;
}
div.chitiet ul {
list-style-type: none;
color: white;
font-size: medium;
text-transform: capitalize;
line-height: 25px;
padding-left: 1px;
margin: 0;
}
.chitiet1 {
float: left;
width: 220px;
margin-left: 10px;
margin-top: 5px;
}
div.chitiet1 ul {
list-style-type: none;
color: white;
font-size: medium;
text-transform: capitalize;
line-height: 25px;
padding-left: 1px;
margin: 0;
}
div.thongtin{
clear: both;
background-color: deepskyblue;
height: 170px;
color: white;
}
div.noidung{
margin-top: 0px;
clear: both;
}