JSFiddle - React, Tailwind, and code Playground
by davidxmartins
HTML
<div class="container">
<h1>Ultimas Actualizações</h1>
<h2><span>01.</span>Icons ns secção principal foram animados</h2>
<h2><span>02.</span>As cores das illustrações foi alterada para uma palette semelhante mas com cores mais fortes.</h2>
<a href="https://homemverde.pt/teste3/index.html" >Ver Versão Final</a>
</div>
<style>
body{
margin: 0;
display: flex;
justify-content: center;
align-items: center;
font-family: sans-serif;
text-transform: uppercase;
height: 100vh;
}
.container {
width: 90%;
max-width: 500px;
}
span {
color: darkgrey;
}
</style>