Answer the question
In order to leave comments, you need to log in
How to insert a rating in the form of a star and a button next to the page on the site?
How to insert the rating, the next button and the page switcher buttons so that they work?
#content {
width: 720px;
height: 675px;
background: url(../img/content.png);
margin-top: -453px;
margin-left: 235px;
overflow: hidden;
}
.news_blog {
border-bottom: 1px dashed #000;
margin: 8px 0;
margin-right: 10px;
margin-left: 10px;
}
.h3dec {
font-size: 22px;
font-family: "Hortensia";
text-decoration: underline;
margin-left: 15px;
padding-bottom: 5px;
}
.news {
margin: center;
text-decoration: underline;
margin-left: 165px;
margin-top: 20px;
font-size: 20px;
font-family: "Hortensia";
margin-bottom: 20px;
}
.news_info ul {
list-style: none;
}
.news_info ul li{
padding: 1px 5px ;
float: left;
}
<div id="content">
<h3 class="news">Добро пожаловать в салон Анастасии Корчуковой</h3>
<div class="news_blog">
<h3 class="h3dec">Зачем нужен массаж?</h3>
<div class="news_info">
<ul>
<li></li>
</ul>
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question