A
A
Andr2015-10-25 16:43:29
css
Andr, 2015-10-25 16:43:29

How to insert a white plate?

Here is the white plate.
56852ba9da254837b43b726817f7ac7c.PNG
Like mine
dbd155aff2d2445ea6754dbee6c29007.PNG

#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;
}
p {
  margin-left: 5px;
  margin-right: 5px;
}

<div id="content">
        <h3 class="news">Добро пожаловать в салон Анастасии Корчуковой</h3>
    <div class="news_blog">
        <h3 class="h3dec">Зачем нужен массаж?</h3>
        <p>Зачем мы приходим на массаж? До недавнего времени у нас было два основных мотива для обращения к массажисту: достижение эстетического эффекта (различные виды коррекции фигуры и поддержания тела 
        в спортивной форме) и достижение лечебного эффекта (снятие напряжения с больных, уставших мышц и суставов).
</p>
    <div class="news_info">
        <ul>
            <li></li>
        </ul>
    </div>
        </div>
    </div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
timtimIT, 2015-10-25
@dashademkova

Add this:

.news_blog{
background: white;
border: 1px solid #grey;
border-radius: 3px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question