Created
August 24, 2023 14:42
-
-
Save diogenesjup/551ac38b7d84e33af546e7dd7b477f4d to your computer and use it in GitHub Desktop.
Estrutura HTML Collapse BETWP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="configuracoes__carteira__depositar__card configuracoes__carteira__depositar__card--NOME-DO-SEU-COLLAPSE"> | |
<header class="configuracoes__carteira__depositar__card__header"> | |
<aside> | |
<i class="fas fa-check"></i> | |
<h4>NUMERO</h4> | |
<div> | |
<h2>TITULO DA ABA</h2> | |
</div> | |
</aside> | |
<i class="fas fa-chevron-down"></i> | |
</header> | |
<section class="configuracoes__carteira__depositar__card__content configuracoes__carteira__depositar__card--detalhes__content"> | |
<p>Aqui o conteúdo do seu Collapse</p> | |
</section> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment