diff --git a/index.html b/index.html index 4319375..7efc911 100644 --- a/index.html +++ b/index.html @@ -15,17 +15,26 @@ } .earth-fixed{ + padding: 10%; position: fixed; - width: 200px; + width: 500px; + opacity: 0;} + .stars{ + position:fixed; opacity: 0; } + #hvezdicky{ + color: white; + } #zjeveni{ color: white; } #rotace{ color: white; } - + img { + width: 250px; + }
@@ -33,20 +42,21 @@