Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
Неа, не выходит, вот код, который сделал я,
<link href="http://truemags.ru/css/jesy.css" rel="stylesheet">
<div class="wraps"> <div class="boxs"> <div class="tops"> <p class="title_my">«Всё за 200» <p class="prices"> [sup]P[/sup] 200 <span>/МЕС.</span>
<a class="buttons" href="#">Перейти на тариф</a> </div> <div class="bottoms"> [list] [*]Услуга «Будь в курсе +»</li> [*]Услуга «Есть контакт»</li> [*]500 Мб в месяц</li> [/list] </div> </div> <div class="boxs" style="margin-right:0;"> <div class="tops"> <p class="titles">«Всё за 400» <p class="prices"> [sup]P[/sup] 400 <span>/МЕС.</span>
<a class="buttons" href="#">Перейти на тариф</a> </div> <div class="bottoms"> [list] [*]Услуга «Будь в курсе +»</li> [*]Услуга «Есть контакт»</li> [*]1 Гб в месяц</li> [/list] </div> </div> </div>
* {box-sizing: border-box;}
.wraps { width: 640px; margin: 50px auto 0; overflow: hidden; font-family: 'Open Sans', sans-serif; } .boxs { width: 300px; float: left; margin-right: 20px; } .tops { background: #36454A; padding: 20px; text-align: center; border-top-right-radius: 5px; border-top-left-radius: 5px; } p { margin: 0px 0px 10px; } .title_my { color: #ffffff; text-transform: uppercase; letter-spacing: 2px; font-size: 24px; text-align: center; font-weight: bold; } .prices { font-size: 70px; font-weight: bold; color: #ffffff; position: relative; text-align: center; } sup { font-size: 24px; position: relative; top: -15px; color: #6eaca7; } span { font-size: 16px; color: #6eaca7; text-transform: uppercase; } .buttons { text-decoration: none; color: #6eaca7; font-size: 18px; border: 1px solid #6eaca7; display: inline-block; padding: 6px 12px; line-height: 1.5; text-align: center; border-radius: 4px; transition: 0.4s linear; } .buttons:hover { color: white; border-color: white; } .bottoms { padding: 20px 20px 40px; background: #ffffff; border: 1px solid #e3e3e3; } ul { margin: 0; padding: 0; list-style: none; text-align: center; } li { border-bottom: 1px solid #e3e3e3; color: #6eaca7; font-size: 16px; line-height: 40px; }
В низу изменился дизайн и на верху. Не знаю как иправить.