summaryrefslogtreecommitdiff
path: root/legacy/works/border-tall.html
blob: 0e33481bb23781454431cd6eb5d289b6f4a04280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<style>
.a {
	border-left: red solid 50px;
	height: 18000px;
	width: 200px;
	background: green;
}
</style>
</head>
<body>
<div class="a">tall red border</div>
</body>
</html>