Initial commit

This commit is contained in:
2022-07-14 09:53:18 +03:00
commit f8f4ba76ca
14 changed files with 403 additions and 0 deletions

4
styles.css Normal file
View File

@@ -0,0 +1,4 @@
/* Sets all the text color to red! */
body {
color: red;
}