blob: 665b5c6620b5698f57abf63fbc01a836d8a065f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<style>
.result {
background: green;
border: solid 2px;
margin: 20px 0;
}
</style>
<div class="result" style="width: 100px; height: 0px;"></div>
<div class="result" style="width: 0px; height: 100px;"></div>
|