diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..2c0150a --- /dev/null +++ b/css/style.css @@ -0,0 +1,7 @@ +body.leto { + background-color: orange; +} + +body.zima { + background-color: paleturquoise; +} \ No newline at end of file diff --git a/leto.html b/leto.html new file mode 100644 index 0000000..dd9706b --- /dev/null +++ b/leto.html @@ -0,0 +1,13 @@ + + +
+ + + +