JSFiddle - React, Tailwind, and code Playground
by lottikarotti
HTML
<div> </div>
CSS
div {
/** Element zentrieren */
margin: 0 auto ;
/** Demo */
width: 200px ;
height: 100px ;
background-color: #ccc ;
}
by lottikarotti
<div> </div>
div {
/** Element zentrieren */
margin: 0 auto ;
/** Demo */
width: 200px ;
height: 100px ;
background-color: #ccc ;
}