1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-20 11:51:40 +02:00

css syntax (classes)

This commit is contained in:
José Luis Antúnez
2017-01-10 11:15:33 +01:00
committed by GitHub
parent ce99380de5
commit cb6ed323b9

View File

@@ -56,9 +56,9 @@ webslides/
└── images/ └── images/
``` ```
### CSS Syntax ### CSS Syntax (classes)
- Typography Classes: .text-landing, .text-data, .text-intro... - Typography: .text-landing, .text-data, .text-intro...
- Background Colors: .bg-primary, .bg-apple, .bg-blue... - Background Colors: .bg-primary, .bg-apple, .bg-blue...
- Background Images: .background,.background-center-bottom... - Background Images: .background,.background-center-bottom...
- Cards: .card-50, .card-40... - Cards: .card-50, .card-40...