JSFiddle - React, Tailwind, and code Playground

cheap cheap cheap

by CBroe

HTML

<script src="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i"></script>
<div class="f1">All Human Life is Valuable</div>
<div class="f2">Submit DNA sample today to receive your free personal estimate!</div>

CSS

* { margin:0; padding: 0; }
html { height:100%; line-height:1; text-align:center; font-family: 'Roboto Condensed'; }

body { display:flex; flex-direction:column; justify-content:center; align-items:center; height:100%; background:url(https://media.gettyimages.com/photos/newborn-baby-cribs-in-hospital-nursery-picture-id81774937) center; background-size:cover; color:#000; xtext-transform:uppercase; font-size:4vw; }

body::after { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background:#ccc6; z-index:-1; }

div {  }
.f1 { font-family: 'Amatic SC'; font-size:11vw; color:#f00; }
.f2 { font-size:3vw; background:#fff; margin:10px; padding:0 5px; }
.f3 { font-size:3vw; }



@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAQM9UvI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoY9NZQyQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/*...