Испытание: макет-прототип [15/15]
Здравствуйте! Подскажите пожалуйста, как сделать, чтоб телефон
переносился после цифры 3?
/* Собственные стили блоков */
.header {
min-height: 40px;
margin-bottom: 20px;
}
.logo {
float: left;
width: 230px;
text-align: center;
font-weight:bold;
color:white;
background:#333333;
}
.contacts {
float: right;
width: 90px;
text-align: center;
font-style:italic;
fontsize:15px;
padding:10px 30px;
background: #333333;
color:white;
}
.about-us {
width: 230px;
margin-bottom: 20px;
float: left;
padding-right:20px;
}
.about-us h1 {
font-size:20px
}
.about-us p {
font-size: 12px;
}
.main-menu {
width: 110px;
float:right;
}
.footer {
clear:both;
background: #333333;
color:white;
}