diff --git a/src/style.css b/src/style.css
index 56927e3..97fd426 100644
--- a/src/style.css
+++ b/src/style.css
@@ -7 +7 @@ body {
-div#box {
+#box {
@@ -16,4 +15,0 @@ div#box {
-#box2 {
- color: blanchedalmond;
- font-size: 100px;
-}
#test {
color: aliceblue;
}
body {
background-color: yellow;
}
div#box {
width: 500px;
height: 500px;
color: aliceblue;
background: #000;
position: absolute;
top: 200px;
left: 200px;
}
#box2 {
color: blanchedalmond;
font-size: 100px;
}
div#test > h1 {
font-size: 100px;
background-color: aqua;
}
div#text {
background-color: blueviolet;
}
html {
background-color: red;
}
.a {
background-color: orange;
/* padding: 20px; */
}
#cont {
position: relative;
background: rgba(255, 0, 0, 0.5);
}
#inset {
position: absolute;
top: 10px;
left: 100px;
width: 100px;
height: 100px;
background-color: azure;
}