HTML |
---|
<div> <img src="https://tdn.totvs.com/download/attachments/725739021/capa-release-notes2w.png?version=1&modificationDate=1673218362722&api=v2" alt=""> </div> |
HTML |
---|
<style> img { max-width: 100%; } </style> |
HTML |
---|
<h3>❇️Release Notes❇️</h3>
<p> Neste ambiente, você poderá encontrar novos recursos, melhorias<br> e manutenção que lançamos mês a mês em 2023. Vamos lá? </p>
<div class="grid">
<a href="">
<h2> JANEIRO </h2>
</a>
<a href="">
<h2> FEVEREIRO </h2>
</a>
<a href="">
<h2> MARÇO </h2>
</a>
<a href="">
<h2> ABRIL </h2>
</a>
<a href="">
<h2> MAIO </h2>
</a>
<a href="">
<h2> JUNHO </h2>
</a>
<a href="">
<h2> JULHO </h2>
</a>
<a href="">
<h2> AGOSTO </h2>
</a>
<a href="">
<h2> SETEMBRO </h2>
</a>
<a href="">
<h2> OUTUBRO</h2>
</a>
<a href="">
<h2> NOVEMBRO </h2>
</a>
<a href="">
<h2>DEZEMBRO </h2>
</a>
|
</div> |
HTML |
---|
<style> #title-text { display: none !important;} .grid { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } h3 { position: relative; text-align: center; color: #353535; font-size: 50px; font-family: "lato", serif; } h2 { margin-right: 20px; background-color: #eeeeee; border: 2px solid #0397e9; padding: 15px; margin: 0px; border-radius: 40px; text-align: center; font-family: LATO; color: #0397e9; font-size: 16px; box-shadow: 2px #636363; cursor: pointer; } a { text-decoration: none; } p { font-family: "Lato", sans-serif; font-weight: 300; text-align: center; font-size: 24px; color: #676767; } </style> |