Module 3 KIT&GO

This commit is contained in:
2022-01-17 16:07:34 +01:00
parent 884864c014
commit f9bef38f64
6 changed files with 66 additions and 6 deletions

View File

@@ -1824,10 +1824,10 @@ button:hover {
/* POSITIONING */
.ta-r {
text-align: right; }
text-align: end; }
.ta-l {
text-align: left; }
text-align: start; }
.ta-c {
text-align: center; }