-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhello.html
More file actions
16 lines (16 loc) · 718 Bytes
/
hello.html
File metadata and controls
16 lines (16 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>My first Zenith Works page! </title>
</head>
<body>
<div style="position:relative;">
<div style="opacity:0.5;position:absolute;left:50px;top:-30px;width:300px;height:150px;background-color:#40B3DF"></div>
<div style="opacity:0.3;position:absolute;left:120px;top:20px;width:100px;height:170px;background-color:#73AD21"></div>
<div style="margin-top:30px;width:360px;height:130px;padding:20px;border-radius:10px;border:10px solid #EE872A;font-size:120%;">
<h1>Zenith Works Rocks!</h1>
<div style="color:#40B3DF;letter-spacing:12px;font-size:15px;position:relative;left:25px;top:30px;">
</div>
</div>
</body>
</html>