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 @@ -
-