-
Notifications
You must be signed in to change notification settings - Fork 966
Expand file tree
/
Copy pathDay 43.html
More file actions
26 lines (24 loc) · 719 Bytes
/
Day 43.html
File metadata and controls
26 lines (24 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<title>CSS DAY 43</title>
<link rel="stylesheet" href="day43.css">
</head>
<body>
<div class="frame">
<div class="center">
<div class='object'>
<div class='bulb'>
<div class='top'></div>
<div class='bottom'></div>
</div>
<div class='screw'>
<div class='line'></div>
<div class='line'></div>
<div class='end'></div>
</div>
</div>
</div>
</div>
</body>
</html>