-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesign.html
More file actions
119 lines (117 loc) · 3.1 KB
/
Design.html
File metadata and controls
119 lines (117 loc) · 3.1 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<html>
<head>
<meta charset="utf-8">
<title> NaviBar & Footer</title>
<link rel="stylesheet" href="NaviBar.css">
</head>
<body>
<div class="topnav">
<a href="NaviBar.html">Home</a>
<a href="imagess.html">Images</a>
<a href="Design.html">Designs</a>
</div>
<br>
<br>
<h4><center> Choose your own design! </center></h4>
<br>
<br>
<br>
<br>
<section class="#">
<div class="#">
<div class="#">
<div class="row">
<div class="#">
<br />
<center><img src="ee.jpg" alt="" width="1050" height="200"></center>
</div>
<p><center>
<br />
<img src="custom1.jpg" alt="" width="350" height="300">
<img src="custom2.jpg" alt="" width="350" height="300">
<img src="custom3.jpg" alt="" width="350" height="300">
<img src="custom4.jpg" alt="" width="350" height="300">
<img src="decal1.jpg" alt="" width="350" height="300">
<img src="decal2.jpg" alt="" width="350" height="300">
<img src="decal3.jpg" alt="" width="350" height="300">
<img src="decal4.jpg" alt="" width="350" height="300">
<img src="m1.jpg" alt="" width="350" height="300">
<img src="m2.jpg" alt="" width="350" height="300">
<img src="m3.jpg" alt="" width="350" height="300">
<img src="m4.jpg" alt="" width="350" height="300">
<img src="t1.jpg" alt="" width="350" height="300">
<img src="t2.jpg" alt="" width="350" height="300">
<img src="t3.jpg" alt="" width="350" height="300">
<img src="t4.jpg" alt="" width="350" height="300">
<img src="log1.jpg" alt="" width="350" height="300">
<img src="log2.jpg" alt="" width="350" height="300">
<img src="log3.jpg" alt="" width="350" height="300">
<img src="log4.jpg" alt="" width="350" height="300">
</center></p>
</div>
<div class="#"><center>
<br />
<br />
<h1>M DESIGN<br />
Printing Services</h1>
<p>You can also send your desired design on our social media account <br />
in the Contact Us section. <br />
Thank You and God Bless.</p>
<div class="#"
</center>
</div>
</div>
</div>
</div>
</div>
</section>
<style>
h1 {
font-family: "Goudy Stout";
font-size: 30px;
font-style: normal;
font-weight: 200;
text-align: center;
line-height: 30px;
position: absolute;
top: 200%;
left: 34%;
color: #ffffff;
}
p {
font-family: "arial";
font-size: 20px;
font-style: normal;
font-weight: 300;
text-align: center;
line-height: 30px;
position: absolute;
top: 210%;
left: 33%;
color: #ffffff;
}
</style>
<style>
h4 {
font-family: "Goudy Stout";
font-size: 40px;
font-style: normal;
font-weight: 300;
text-align: center;
line-height: 30px;
position: absolute;
top: 10%;
left: 20%;
color: #ffffff;
}
</style>
<style type="text/css">
body {
background-image: url(bg.jpeg);
background-size: cover;
background-attachment: fixed;
}
</style>
</html>