commit 04374671b250b09a9f0292a0048cdb79791dc85e Author: petr Date: Wed Apr 7 13:15:02 2021 +0200 zacatek (css + html) diff --git a/css.css b/css.css new file mode 100644 index 0000000..f0bd918 --- /dev/null +++ b/css.css @@ -0,0 +1,23 @@ +.container{ + position: relative; + width: 100%; + height: 100vh; + overflow: auto; +} +.container .section{ + position: relative; + width: 100%; + height: 100%; + +} +h1{ + text-align: center; +} +.container .section:nth-child(1){ + background-color: burlywood; + +} + +.container .section:nth-child(2){ + background-color: black; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..d82a6aa --- /dev/null +++ b/index.html @@ -0,0 +1,51 @@ + + + + + + + + Vesmir + + +
+
+
+

Ahoj

+
+
+
+
+

Ahoj

+
+
+ +
+
+

Ahoj

+
+
+
+
+

Ahoj

+
+
+
+
+

Ahoj

+
+
+
+
+

Ahoj

+
+
+
+ + + + + + + + \ No newline at end of file