-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
31 lines (31 loc) · 1.19 KB
/
index3.html
File metadata and controls
31 lines (31 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style3.css">
</head>
<body>
<div class="div-1">
<nav>
<img id="start-logo" src="start button.svg" alt="">
<a class="nav-text" href="index.html">Home </a>
<a class="nav-text" href="index2.html">Portfolio </a>
<a class="nav-text" href="index3.html">Services </a>
<a class="nav-text" href="index4.html">Contact </a>
</nav>
</div>
<div>
<h2 class="head-text1-2">PLANS</h2>
<h2 class="head-text2-2">Our Services</h2>
<p class="head-text3-2">Lorem ipsum dolor sit amet consectetur adipisicing <br>adipisicing blanditiis.
</div>
<div class="grid-container">
<img class="grid-images" src="forms1.svg" alt="">
<img class="grid-images" src="forms2.png" alt="">
<img class="grid-images" src="forms3.png" alt="">
</div>
<footer> <img id="icons" src="icons.png" alt=""> <p id="pfooter">© Start, 2022. All rights reserved.</p> </footer>
</body>
</html>