From 04374671b250b09a9f0292a0048cdb79791dc85e Mon Sep 17 00:00:00 2001
From: petr
Date: Wed, 7 Apr 2021 13:15:02 +0200
Subject: [PATCH] zacatek (css + html)
---
css.css | 23 +++++++++++++++++++++++
index.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
create mode 100644 css.css
create mode 100644 index.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
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file