From 71caa165fde657c9c4304eb084b3875c9b22af55 Mon Sep 17 00:00:00 2001 From: Sofiychuk Ihor Date: Sun, 20 Sep 2020 16:51:32 +0300 Subject: [PATCH 1/3] update(html): add btn gavno --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e929824..c359c0b 100644 --- a/index.html +++ b/index.html @@ -60,6 +60,7 @@ + \ No newline at end of file From 2816390fd82a98212921d10efab2f3aa42446f3c Mon Sep 17 00:00:00 2001 From: Gleb Stachev Date: Sun, 20 Sep 2020 16:59:47 +0300 Subject: [PATCH 2/3] update(html):add btn gavno2 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index c359c0b..388d22e 100644 --- a/index.html +++ b/index.html @@ -61,6 +61,7 @@

Have a nice day

+ \ No newline at end of file From b3c274e654be312cae6dbe9e01699ae05a837a1d Mon Sep 17 00:00:00 2001 From: Sofiychuk Ihor Date: Sun, 20 Sep 2020 17:26:25 +0300 Subject: [PATCH 3/3] update(html, css): add position elements --- index.html | 28 +++++++++++++++------------- main.css | 17 +++++++++++++++++ 2 files changed, 32 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 388d22e..4fb90e5 100644 --- a/index.html +++ b/index.html @@ -18,41 +18,41 @@
Lisabon
21°
-
Paris +
Paris
11°
-
Belgrad -
15°
+
Belgrad +
15°
-
Kyiv +
Kyiv
21°
-
Tel Aviv +
Tel Aviv
32°
Cair 21°
21°
-
-
New York +
+
New York
17°
-
New Delhi +
New Delhi
17°
-
San Francisco +
San Francisco
15°
-
Tokyo +
Tokyo
-
Sydney +
Sydney
25°
@@ -60,8 +60,10 @@

Have a nice day

- - +
+ + +
\ No newline at end of file diff --git a/main.css b/main.css index 2f3f0ea..6bdc29c 100644 --- a/main.css +++ b/main.css @@ -58,3 +58,20 @@ transition: 1.5s; border-color: rgb(231, 218, 231); opacity: 0.8; } +.btn-wrapper{ + position: relative; + top: 0px; + width: 400px; + height: 200px; + background: #cccccc; +} +.btngvn{ + position: absolute; + top: 0; + left: 0; +} +.btngvn2{ + position: absolute; + top: 100px; + left: 200px; +} \ No newline at end of file