blob: 77c8d299b623dc78e582cc01bba5ee6a2266e3c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<style>
#ref {
background: black;
width: 575px;
height: 5px;
margin-left: 125px;
}
</style>
</head>
<body>
<div id="ref">
</body>
</html>
|