diff --git a/index.html b/index.html index e929824..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,6 +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