diff --git a/src/css/app.css b/src/css/app.css index 51ae719..6cc11be 100644 --- a/src/css/app.css +++ b/src/css/app.css @@ -1,14 +1,22 @@ body { - background: #ff8f00; + background: black; + /*background: #ff0000;*/ overflow: hidden; } #sky { - /*background: red;*/ - background: #ff8f00; + background: black; + /*background: #ff8f00;*/ + /*background: black;*/ } .cloud { position: absolute; background-size: 25px; +} + +a{ + position: absolute; + right: 0; + color: red; } \ No newline at end of file diff --git a/src/index.html b/src/index.html index 7d8000a..7ae76c0 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@
-
+https://github.com/shautvast/redsky