diff --git a/src/style.css b/src/style.css
index c9613ba..c5f479a 100644
--- a/src/style.css
+++ b/src/style.css
@@ -5 +5 @@ body {
- background-color: yellow;
+ background-color: white;
@@ -12,16 +11,0 @@ body {
- position: absolute;
- top: 200px;
- left: 200px;
-}
-div#test > h1 {
- font-size: 100px;
- background-color: aqua;
-}
-div#text {
- background-color: blueviolet;
-}
-html {
- background-color: red;
-}
-.a {
- background-color: orange;
#test {
color: aliceblue;
}
body {
background-color: yellow;
}
#box {
width: 500px;
height: 500px;
color: aliceblue;
background: #000;
position: absolute;
top: 200px;
left: 200px;
}
div#test > h1 {
font-size: 100px;
background-color: aqua;
}
div#text {
background-color: blueviolet;
}
html {
background-color: red;
}
.a {
background-color: orange;
}