mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/LMSGI-2024-25.git
synced 2025-11-09 09:57:39 +01:00
7 lines
97 B
SCSS
7 lines
97 B
SCSS
@import "reset";
|
|
|
|
body {
|
|
font-family: Helvetica, sans-serif;
|
|
font-size: 18px;
|
|
color: red;
|
|
} |