Raw File
<!DOCTYPE html>
<style>
.result {
  background: green;
  border: solid 2px;
  height: 100px;
  width: 100px;
}
</style>

<div class="result"></div>
back to top