Others Elements for the Pages

This commit is contained in:
Surya Paolo
2022-11-29 13:59:18 +01:00
parent 9d32f92589
commit 1ab75a58f4
19 changed files with 344 additions and 157 deletions

View File

@@ -573,6 +573,12 @@ h3 {
text-shadow: .25rem .25rem .5rem $grayshadow;
}
.myshadow {
//color: white;
text-shadow: .05rem .05rem .1rem $grayshadow;
font-weight: bold;
}
.myh4 {
font-size: 1.25rem;
color: red;
@@ -1486,3 +1492,7 @@ h3 {
.animate__animated.animate__ease {
transition-timing-function: ease;
}
.buttreg {
font-weight: bold;
}