diff --git a/src/style.css b/src/style.css
index cf37a05..654aab5 100644
--- a/src/style.css
+++ b/src/style.css
@@ -30,12 +29,0 @@ html {
-#cont {
- position: relative;
-}
-
-#inset {
- position: absolute;
- top: 10px;
- left: 100px;
- width: 100px;
- height: 100px;
- background-color: azure;
-}
#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; */
}
#cont {
position: relative;
}
#inset {
position: absolute;
top: 10px;
left: 100px;
width: 100px;
height: 100px;
background-color: azure;
}