template

by Marc Chehab

HTML

<div id="test">

</div>

CSS

#test {
  width:50px;
  height:50px;
  border:1px black solid;
}