https://github.com/matheusadc/curso-bootstrap-5
Estudo sobre Bootstrap 5.
https://github.com/matheusadc/curso-bootstrap-5
bootstrap5 css html
Last synced: about 1 month ago
JSON representation
Estudo sobre Bootstrap 5.
- Host: GitHub
- URL: https://github.com/matheusadc/curso-bootstrap-5
- Owner: MatheusADC
- Created: 2025-02-12T18:23:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T10:58:14.000Z (over 1 year ago)
- Last Synced: 2025-05-30T17:45:38.492Z (about 1 year ago)
- Topics: bootstrap5, css, html
- Language: HTML
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Descrição
Estudo sobre Bootstrap 5.
#
Aulas
- [Aula 1](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula1)
- [Aula 2](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula2)
- [Aula 3](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula3)
- [Aula 4](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula4)
- [Aula 5](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula5)
- [Aula 6](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula6)
- [Aula 7](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula7)
- [Aula 8](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula8)
- [Aula 9](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula9)
- [Aula 10](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula10)
- [Aula 11](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula11)
- [Aula 12](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula12)
- [Aula 13](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula13)
- [Aula 14](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula14)
- [Aula 15](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula15)
- [Aula 16](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula16)
- [Aula 17](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula17)
- [Aula 18](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula18)
- [Aula 19](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula19)
- [Aula 20](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula20)
- [Aula 21](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula21)
- [Aula 22](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula22)
- [Aula 23](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula23)
- [Aula 24](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula24)
- [Aula 25](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula25)
- [Aula 26](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula26)
- [Aula 27](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula27)
- [Aula 28](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula28)
- [Aula 29](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula29)
- [Aula 30](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula30)
- [Aula 31](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula31)
- [Aula 32](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula32)
- [Aula 33](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula33)
- [Aula 34](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula34)
- [Aula 35](https://github.com/MatheusADC/Curso-Bootstrap5/tree/main/Aulas/Aula35)
#
Emmet Abbreviations
- `table>tr>td{Coluna $}*5`
- `div.container>h${h$ - Título de Nível $}*6`
- `dl>(dt{Termo $}+dd{Descrição do termo $})*5`
- `div.container>img.img-fluid[src="img.svg"]`
- `figure.figure>img.img-fluid.rounded[src="quad.svg"]+figcaption.figcaption.text-end{Legenda da Figura}`
- `div.container>table>thead+tbody`
- `(tr>td{Coluna $}*4)*5`
- `(h3>a[href=/Aulas/Aula$/index.html]{Aula $})*35`
- `div.container>form>(div>(label+input+div))*3+button`
- `div.mb-3>(label.form-label{Cidade}+input.form-control[placeholder="Digite para buscar..."])`
- `div.carousel-indicators>button.active[data-bs-target="#ads" data-bs-slide-to="?"]*3`