diff --git a/src/style.css b/src/style.css
index 654aab5..c9613ba 100644
--- a/src/style.css
+++ b/src/style.css
@@ -28 +27,0 @@ html {
- /* padding: 20px; */
#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;
/* padding: 20px; */
}