JSFiddle - React, Tailwind, and code Playground
by tjerabek
HTML
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<h1 class="insettext">Zatím žádní hosté</h1>
<p class="insettext">žádný strach, spolu to zvládnem :)</p>
CSS
h1{
font-size: 3em;
font-weight: bold;
padding: 1em 0 0 0;
}
.insettext{
font-family: "Open Sans";
background-color: #999;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
text-align: center;
}p{
font-style: italic;
margin: 0;
}