-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.html
More file actions
37 lines (36 loc) · 994 Bytes
/
Copy pathdemo.html
File metadata and controls
37 lines (36 loc) · 994 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
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<title>Domo</title>
<style>
body{
background-color: black;
}
.maybe{
background-color: antiquewhite;
max-width: 70%;
max-height: 70%;
padding-top: 50px;
padding-left: 20px;
margin-top: 100px;
margin-left:50px ;
}
.dunno{
background-color: azure;
width: 500px;
height: 300px;
padding: 10px;
margin-top: 10px;
}
</style>
</head>
<body>
<div class="maybe">
<label>gfdzvduyutiuewkjfb vhggydktgihevtbvrvgfweurhgiuueangrouh</label>
<img src="https://images-na.ssl-images-amazon.com/images/G/01/AmazonExports/Fuji/2022/February/DashboardCards/Fuji_dash_dress_1X._SY304_CB626369146_.jpg">
</div>
<div class="dunno">
<h1>GFDVTUT YHBVCFDCTF</h1>
</div>
</body>
</html>