JSFiddle - React, Tailwind, and code Playground
by Alex Slepenkov
HTML
<div class="wrapperr">
Справочно-информационная служба «Массажисты Москвы»
</div>
<div class="wrapperr right">
Поиск по сайту:
</div>
<div class="wrapperr menu">
Поиск по сайту:
</div>
<div class="wrapper">
<div class="info"></div>
</div>
CSS
body {
background: #000000 url('http://mosmassage.ru/img/bg/background.jpg') no-repeat fixed center top;
margin:0 auto;
}
.wrapper {
width: 200px;
height: 300px;
border: 1px solid black;
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
padding: 15px;
position: relative;
background: rgb(255,255,255);
background: radial-gradient(ellipse at center, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%);
}
.info {
width: 100%;
height: 100%;
border-radius: 10px;
border: 1px solid black;
background: #cdcdff;
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6);
}
.wrapperr {
text-shadow: 0 0 0.2em #fff;
display:inline-block;
text-decoration: none;
text-align: center;
width: 400px;
height: 50px;
border: 1px solid black;
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
padding: 10px;
position: relative;
background: rgb(255,255,255);
right; font-size: 22px; font-family: Arial, Helvetica, sans-serif; color: white;
background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.15) 100%);
}
.right{
float:right;
}
.wrapper {
width: 90%;
margin:0 auto;
height:150px;
border: 1px solid black;
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
padding: 10px;
position: relative;
background: rgb(255,255,255);
background: radial-gradient(ellipse at center, rgba(110,110,110,0.3) 0%,rgba(221,221,221,1) 50%,rgba(110,110,110,0.3)50%);
}
.menu{
margin:10px 0 10px 0;
width: 100%;
border-radius:0;
}