JSFiddle - React, Tailwind, and code Playground
by Cath_kb
HTML
<div>
<div id="headler">
CSS test Final!!!
</div>
</div>
CSS
body,td,th {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
body {
background-color:#1d2d23;
margin:0px;
padding:0px;
}
#headler {
width:600px;
height:250px;
margin: 0px auto;
background-color:#a9c060;
line-height: 250px;
text-align: center;
}