diff --git a/tests/src/style.css b/tests/src/style.css
index 613e1bf..ce79878 100644
--- a/tests/src/style.css
+++ b/tests/src/style.css
@@ -52,9 +51,0 @@ html {
-#row {
- height: 50px;
- display: inline;
-}
-#row > div {
- width: 50px;
- height: 50px;
- background: pink;
-}
#test {
color: aliceblue;
}
body {
background-color: yellow;
}
div#box {
width: 500px;
height: 500px;
color: aliceblue;
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 200px;
left: 200px;
/* text-decoration: underline; */
}
#box2 {
color: blanchedalmond;
font-size: 100px;
}
div#test > h1 {
font-size: 100px;
background-color: aqua;
padding: 50px;
}
div#text {
background-color: blueviolet;
}
html {
background-color: red;
}
.a {
background-color: orange;
line-height: 100px;
border: 10px solid blue;
border-radius: 10px;
text-decoration: underline;
/* padding: 20px; */
}
#cont {
position: relative;
}
#inset {
position: absolute;
top: 10px;
left: 100px;
width: 100px;
height: 100px;
background-color: azure;
}
#row {
height: 50px;
display: inline;
}
#row > div {
width: 50px;
height: 50px;
background: pink;
}