Files
learning/web-design/Занятие_17/17.css
2025-11-20 21:37:53 +02:00

91 lines
1.1 KiB
CSS

@charset "utf-8";
/* CSS Document */
body{
background-image:url(images/img05.gif);
}
.FL{
float: left;
}
.FR{
float: right;
}
.main{
margin: auto;
width: 770px;
height: 600px;
}
.top{
height: 60px;
margin-top: 20px;
}
.top_left{
margin-left: 30px;
}
.top_title{
margin: 0;
color: #7B8E75;
font-size: 30px;
font-weight: bold;
}
.top_menu{
margin-top: 30px;
list-style: None;
}
.top_menu li{
display: inline;
margin-right: 20px;
}
.top_menu li a{
font-weight: bold;
color: #7B8E75;
text-decoration: None;
}
.bottom_title{
margin: 0;
color: #7B8E75;
font-size: 11px;
font-weight: bold;
}
.content{
height: 540px;
background-color: white;
border: 2px dotted #000000;
}
.content_left{
margin-left: 20px;
margin-top: 25px;
width: 500px;
}
.title{
margin: 0;
color: #7B8E75;
font-size: 24px;
}
.text{
text-align: justify;
color: #7B8E75;
font-size: 14px;
}
.link{
color:#A00002;
font-size: 14px;
}
.spisok li a{
color:#A00002;
}
.spisok{
padding-left: 30px;
}
.content_right{
margin-right: 20px;
margin-top: 25px;
width: 180px;
}
.bottom{
margin-top: 20px;
}
.copyright{
color: #7B8E75;
font-size: 12px;
}