diff --git a/css_file/styleColor.css b/css_file/styleColor.css index 8e429eb..808b6d4 100644 --- a/css_file/styleColor.css +++ b/css_file/styleColor.css @@ -126,7 +126,7 @@ footer{ width: 100%; left: -100%; top: 0; - background: #111; + background: black; text-align: center; padding-top: 26%; transition: all 0.8s ease-in-out; @@ -175,4 +175,22 @@ footer{ .rightBar{ left: 37%; } -} \ No newline at end of file +} +#celebration { + text-align: center; + margin-top: 20px; +} + +#celebration p { + font-size: 1.5rem; + color: crimson; + margin-bottom: 10px; +} + +#reset { + background-color: crimson; + color: white; +} + + + diff --git a/games_file/changeColor.html b/games_file/changeColor.html index 4c11411..ab60350 100644 --- a/games_file/changeColor.html +++ b/games_file/changeColor.html @@ -46,31 +46,60 @@ + +