-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchoose.html
More file actions
74 lines (67 loc) · 1.63 KB
/
choose.html
File metadata and controls
74 lines (67 loc) · 1.63 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://www.google.com/">
<link rel="stylesheet" type="text/css" href="pogi.css">
<body>
<div class="topnav">
<a href="NaviBar.html">Home</a>
<a href="file:///C:/Users/USER/Desktop/M_DESING/Images.html">Images</a>
<a href="Design.html">Designs</a>
</div>
</head>
<section><center>
<br />
<br />
<br />
<h2> MDesign Printing Services </h2>
<style>
h2 {
font-family: "Goudy Stout";
font-size: 30px;
font-style: normal;
font-weight: 200;
text-align: center;
line-height: 30px;
position: absolute;
top: 10%;
left: 20%;
color: #ffffff;
}
</style>
<section class="homesection2">
<div class="homesectiondiv2">
<div class="homedev1">
<p class="homehead"> TARPAULIN<br> PRINTING</p>
</div>
<div class="homedev1">
<p class="homehead"> T-SHIRT<br> PRINTING</p>
</div>
<div class="homedev1">
<p class="homehead"><br>PERSONALIZED </p>
</div>
</div>
</section>
<section class="homesection3">
<div class="homesectiondiv3">
<div class="homedev2">
<p class="homehead"><br>STICKER DECALS</p>
</div>
<div class="homedev2">
<p class="homehead"><br> LOGO DESIGN</p>
</div>
</div>
</section>
<div class="homedev3">
<center><a href="NaviBar.html"> <h1 class="homehead1">BACK</h1></center>
</a>
</div>
<style type="text/css">
body {
background-image: url(bg.jpeg);
background-size: cover;
background-attachment: fixed;
}
</style>
</body>
</html>