9 lines
127 B
CSS
9 lines
127 B
CSS
/* CLASSES */
|
|
|
|
.title-shadow {
|
|
text-shadow: 2px 2px 2px #000;
|
|
}
|
|
|
|
.description-shadow {
|
|
text-shadow: 1px 1px 1px #000;
|
|
} |