ley's make this public
by agraebe
HTML
<div id="x"> test</div>
CSS
#x {
width: 20px;
display: block;
height: 300px;
color: black;
}
by agraebe
<div id="x"> test</div>
#x {
width: 20px;
display: block;
height: 300px;
color: black;
}