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">did you know</div>
<div class="f2">that keeping them in cages is 95.72% more cost</div>
<div class="f3">effective than free-range and with a parent?</div>
<!--div class="f4">#yourtaxdollarspentsmart</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://www.pucsp.br/ecopolitica/galeria/img/galeria20/14.jpg) center; background-size:cover; color:#000; text-transform:uppercase; font-size:4vw; }
div { background:#fff; margin:10px; padding:0 5px; }
.f1 { font-size:11vw; }
.f2 { font-size:3vw; }
.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;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),...