JSFiddle - React, Tailwind, and code Playground
by cfree
CSS
@font-face {
font-family: 'WisdomScript';
src: url('fonts/wisdom_script-webfont.eot');
src: url('fonts/wisdom_script-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/wisdom_script-webfont.woff') format('woff'),
url('fonts/wisdom_script-webfont.ttf') format('truetype'),
url('fonts/wisdom_script-webfont.svg#WisdomScriptAIRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LiberatorRegular';
src: url('fonts/liberator-webfont.eot');
src: url('fonts/liberator-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/liberator-webfont.woff') format('woff'),
url('fonts/liberator-webfont.ttf') format('truetype'),
url('fonts/liberator-webfont.svg#LiberatorRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OswaldLight';
src: url('fonts/Oswald-Light-webfont.eot');
src: url('fonts/Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Oswald-Light-webfont.woff') format('woff'),
url('fonts/Oswald-Light-webfont.ttf') format('truetype'),
url('fonts/Oswald-Light-webfont.svg#OswaldLight') format('svg');
font-weight: normal;
font-style: normal;
}
.button, .back-to-top a, #sendbutton {
background: #533873;
color: #a6a0b7;
padding: 8px 15px 4px 15px!important;
text-align: center;
text-transform: uppercase;
text-decoration: none;
border: none;
font-family: LiberatorRegular, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
font-size: 1em;
line-height: 1em;
-webkit-appearance: none;
text-shadow: none;
}
header .tagline {
position: absolute;
top: 91px;
left: 272px;
font-family: WisdomScript, Georgia, "Times New Roman", Times, serif;
font-size: 24px;
text-transform: lowercase;
text-shadow: -1px 1px #fff;
}
#btn-hire a {
display:...