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

78 lines
976 B
CSS

@charset "utf-8";
/* CSS Document */
.verh{
height: 80px;
width: 770px;
}
.FL{float: left;}
.FR{float: right;}
.top1{
margin-left: 75px;
width: 160px;
height: 80px;
}
.tops{
width: 92px;
height: 80px;
}
.breakfast{
font-family: Arial;
margin-bottom: 0;
}
.credits{
font-size: 8px;
font-family: Arial;
color: #7B7B7B;
margin: 0;
}
.top_text:hover{
color: red;
}
.top_text{
text-decoration: none;
color: black;
}
.base{
width: 770px;
height: 350px;
}
.leftbase{
width: 500px;
margin-left: 20px;
}
.rightbase{
width: 200px;
margin-right: 20px;
}
.text{
color:#8A8A8A;
font-size: 13px;
}
.dates{
background-color: #000000;
height: 20px;
}
.dates_text{
color:#FFFFFF;
font-size: 13px;
padding-top: 2px;
margin-left: 10px;
}
.link_text{
font-size: 13px;
}
.right_line{
border-bottom: 1px dashed #000000;
margin-top: 17px;
}
.bottom_text{
color:#8A8A8A;
font-size: 12px;
}
.bottom_right_text{
color:#8A8A8A;
font-size: 12px;
}
a{
color:#00C7F0
}