Почему не работает обтекание слева для class="sidebar"
/* Убираем отступы у списка */
ul {
padding: 0;
margin: 0;
}
ol {
padding: 0;
margin: 0;
}
.wrapper {
margin-right: auto;
margin-left: auto;
width: 960px;
height: 1271px;
}
.sidebar {
width: 330px;
height: 1271px;
float: left;
}
.sidebar_photo {
margin: 100px 0 0 0;
border-radius: 2px;
}
.sidebar_writers {
margin: 52px 0 30px 0;
font-size: 19px;
color: rgb(21, 169, 139);
font-family: "Georgia";
list-style: none;
}
.sidebar_writers_item {
margin: 19px 0 0 20px;
font-size: 19px;
color: rgb(85, 85, 85);
font-family: "Georgia";
}
.sidebar_films {
margin: 60px 0 24px 0;
font-size: 19px;
color: rgb(21, 169, 139);
font-family: "Georgia";
list-style: none;
}
.sidebar_films_item {
margin: 19px 0 0 16px;
font-size: 19px;
color: rgb(85, 85, 85);
font-family: "Georgia";
}
.content {
width: 630px;
height: 1271px;
}
.content_photo {}
.content_quote {}
.content_title {}
.content_item {}
.content_link {}
Комментариев нет:
Отправить комментарий