blob: 82840559690b3bb18bec0588db9d9eeb95e098e5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<style>
.testBlock {
width: 100px;
height: 100px;
background: #00cc66;
border-top: 50px solid #ffff00;
}
</style>
<div class="testBlock" id="testBlock"></div>
|