JSFiddle - React, Tailwind, and code Playground
by Kate Masiuk
HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ИЗРАЗЦЫ ДЛ ПЕЧИ, купить изразцы для камина. Изразец на заказ в Киеве.</title>
<meta name="services" content="text, photos, news">
<meta name="description" content="tiles for the chimney">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="shortcut icon" href="" type="image/png">
</head>
<body>
<div class="header">
<div class="header-info">
<a href="#" class="logo">изразцы для каминов</a>
<div class="header-cart">
<a href="#">Ваша корзина</a><br>
<b>0</b> товаров | <b>0 грн.</b>
</div>
<div class="header-contacts">
<span class="header-right">Есть вопросы? Звоните! Без выходных и праздничных дней!</span><br>
<span class="header-right-number">
<em>(099)</em>146-09-70
<em>(068)</em>656-39-92</span><br>
<span class="header-right-callback"><a href="#">Перезвоните мне</a></span>
</div>
<ul class="menu">
<li><a href="" class="current">Главная</a></li>
<li><a href="">Наша продукция</a>
<ul>
<li></li>
<li><a href="">Кафель ручной работы</a></li>
<li><a href="">Мотивный кафель</a></li>
<li><a href="">Мотивный-рельефный кафель</a></li>
<li><a href="">Роспись кафеля под заказ</a></li>
<li><a href="">Панно</a></li>
<li><a href="">Глазури</a></li>
<li></li>
<li><a href="">Серийный кафель</a></li>
<li><a href="">Кафель ручной работы</a></li>
<li><a href="">Мотивный кафель</a></li>
</ul>
</li>
<li><a href="">О компании</a></li>
<li><a href="">Вопросы и ответы</a></li>
<li><a href="">Статьи</a></li>
<li><a href="">Контакты</a></li>
</ul>
<div class="banner-square">
<div class="banner-image">
<img src="images/p_untitled_3.png" height="252"...
CSS
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: Tahoma, sans-serif;
color: #fff;
}
.header {
height: em;
width: 100%;
min-width: 1000px;
background: /*url(images/hdf.jpg) no-repeat 50% 0%*/ #666;
margin: 0;
}
.middle {
height: 100%;
width: 100%;
background: #888/*url(images/main-light.jpg) no-repeat 50% 20%*/;
height: auto;
}
.footer {
height: 10.813em;
width: 100%;
min-width: 1000px;
/*margin: -12.125em 0 0;*/
background: url(images/ft.jpg) repeat-x 50% 100%;
position: relative;
}
/*HEADER LOGO*/
a.logo {
color: #f8d0a5;
text-decoration: none;
font-size: 0.7em;
display: block;
color: #f8d0a5;
text-decoration: none;
position: absolute;
background: url(images/logo.png) no-repeat 50% 0%;
width: 10em;
height: 1.250em;
text-align: center;
top: 4.5em;
left: em;
padding-top: 8.813em;
}
a.logo:hover {
color: #f75d33;
}
/*HEADER INFO*/
.header-info {
margin: auto;
width: 60.606em;
position: relative;
display: block;
}
.header-contacts {
position: relative;
float: right;
}
.header-right {
font-size: 0.813em;
font-weight: normal;
}
.header-right-number {
color: #f75d33;
font-family: "Minion Pro", Tahoma, sans-serif;
font-weight: normal;
font-size: 1.875em;
position: relative;
left: 0.250em;
}
.header-right-number em {
font-style: normal;
font-size: 0.8em;
color: #b7624b;
}
.header-right-callback a{
display: inline-block;
position: relative;
left: 18em;
font-size: 0.813em;
background: -webkit-linear-gradient(to bottom, #9c3d03 40%, #c34e06 100%);
background: -moz-linear-gradient(to bottom, #9c3d03 40%, #c34e06 100%);
background: -o-linear-gradient(to bottom, #9c3d03 40%, #c34e06 100%);
background: -ms-linear-gradient(to bottom, #9c3d03 40%, #c34e06 100%);
background: linear-gradient(to bottom, #9c3d03 40%, #c34e06 100%);
border-radius: 0.375em;
text-decoration: none;
font-weight: normal;
color: #fff;
padding: 0.250em 0.813em 0.438em 0.813em;
}
.header-right-callback a:hover {background: #c34e06;cursor: pointer;}
.header-cart{
width:...