-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
45 lines (41 loc) · 1.38 KB
/
Copy pathcontact.html
File metadata and controls
45 lines (41 loc) · 1.38 KB
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
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shopping</title>
<style>
*{
background-color: blueviolet;
}
h3{ margin: 20px;
padding: 25px;
font-size: 200px;
align-items: center;
text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans',
Arial, sans-serif;
font-size: medium;
font-weight: 800;}
h1{
text-align: center;
color: beige;
font-weight: bolder;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
border: black solid 1px;
margin: 50px;
padding: 50px;
border-radius: 15px;
font-size: 100px;
}
</style>
</head>
<h1><strong> GET IN TOUCH </strong> </h1>
<h3>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Suscipit id officia <br> unde! Eaque
error reprehenderit minus ipsum necessitatibus earum, velit, repellendus perferendis <br> aliquid itaque quaerat,
modi deserunt eius corporis animi!
</h3>
<body>
</body>
</html>