diff --git a/chat.css b/chat.css index a66c822..61eab92 100644 --- a/chat.css +++ b/chat.css @@ -36,7 +36,7 @@ button { } #outerchatbox { - background-color: white; + background-color: rgb(255, 199, 207); padding: 1rem; box-shadow: 10px 10px 10px black; width: 30rem; diff --git a/index.css b/index.css index 29147e3..6ed8617 100644 --- a/index.css +++ b/index.css @@ -14,16 +14,11 @@ a { height: 100%; max-width: 960px; margin: 0 auto; + margin-top: -1%; } -#stream { - background-color: white; - padding: 5%; - box-shadow: 10px 10px 10px black; - border-radius: 5px; - width: 854px; - height: 480px; +#twitch-embed { margin-right: 0.3em; margin-left: -40%; margin-top: auto; @@ -60,6 +55,6 @@ a { padding: 15px; border-bottom: solid; border-left: solid; - border-color: white; - border-width: 1px; + border-color: lightblue; + border-width: 2px; } diff --git a/index.html b/index.html index fefdb0f..28b902f 100644 --- a/index.html +++ b/index.html @@ -1,46 +1,71 @@ - - Maya's Stream - - - - - - - + + Maya's Stream + + + + + + + - -
-
-
-

This is where the stream will go.

-
+
+
- - -
+ + + + + + + + +
- + - + \ No newline at end of file diff --git a/style.css b/style.css index 6ab93d8..09af2d6 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ form { } #box { - background-color: white; + background-color: rgb(255, 199, 207); padding: 5%; box-shadow: 10px 10px 10px black; border-radius: 5px;