6 lines
96 B
CSS
6 lines
96 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
label {
|
|
font-size: 40px;
|
|
text-shadow: 20px 20px tomato;
|
|
}
|