blob: 6bccf070a92be0c41df43fa9c8c492e1d716ddff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|