Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
.test {
background: green;
border: solid 2px;
height: 100px;
}
</style>
<div class="test" style="width: 96px"></div>
<div class="test" style="width: 46px"></div>