diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..eff8405 --- /dev/null +++ b/css/index.css @@ -0,0 +1,60 @@ +body, html { + height: 100%; + margin: 0; + font: 400 15px/1.8 "Lato", sans-serif; + color: #777; + } + + .bgimg-1, .bgimg-2, .bgimg-3 { + position: relative; + opacity: 0.65; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + + } + .bgimg-1 { + background-image: url("/images/blacklogo.png"); + height: 100%; + } + + .caption { + position: absolute; + left: 0; + top: 50%; + width: 100%; + text-align: center; + color: #000; + } + + .caption span.border { + background-color: #111; + color: #fff; + padding: 18px; + font-size: 25px; + letter-spacing: 10px; + } + + h3 { + letter-spacing: 5px; + text-transform: uppercase; + font: 20px "Lato", sans-serif; + color: #111; + } +.btn { + border: none; + background-color: inherit; + padding: 14px 28px; + font-size: 16px; + cursor: pointer; + display: inline-block; + } + + .btn:hover {background: #eee;} + + .home {color: green;} + .login {color: rgb(233, 87, 238);} + .music {color: rgb(255, 190, 70);} + .blog {color: rgb(0, 217, 255);} + .discord {color: black;} + .git {color: rgb(230, 68, 68);} \ No newline at end of file diff --git a/index.html b/index.html index 75cc143..4b22652 100644 --- a/index.html +++ b/index.html @@ -1,63 +1,22 @@ + - -
- WTFxUS
Coming Soon
- -

Bottom Text

- +

+ + + + + + +

\ No newline at end of file