-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
43 lines (40 loc) · 1.93 KB
/
index3.html
File metadata and controls
43 lines (40 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Education</title>
</head>
<body style="background-image: url(https://i.pinimg.com/474x/8c/54/8b/8c548bbca6829c5b417a93550ca86fd5.jpg);
background-size: cover; background-repeat: repeat; background-color:rgba(3, 33, 243, 0.7); ">
<section style="display: block;">
<header style="text-align: right; box-shadow: 0 2px 5px (0, 0, 0, 0.1); padding-top:25px; padding-bottom: 25px; margin-right: 10px;">
<a href="index.html" style="text-decoration: none;color: white ;font-weight: bold;padding: 10px 20px;border-radius: 5px;">Home</a>
<a href="index2.html" style="text-decoration: none;color: white;font-weight: bold;padding: 10px 20px;border-radius: 5px;">About Me</a>
<a href="index3.html" style="text-decoration: none;color: white;font-weight: bold;padding: 10px 20px;border-radius: 5px;">Services</a>
<a href="mailto:progyanextra@gmail.com" style="background-color: white; text-decoration: none;color: #0321f3;font-weight: bold;padding: 10px 20px;border: 1px solid #000;border-radius: 5px;">Contact Me</a>
</header>
</section>
<br>
<br>
<h1 style="color:white; margin-left:50px;" >Skills : </h1>
<ul style="color:white; font-weight: 600 ; margin-left: 200px; margin-top: 50px; font-size: 24px;">
<li style="font-size: 24px;" >Python</li>
<br>
<li style="font-size: 24px;" >HTML</li>
<br>
<li style="font-size: 24px;" >CSS</li>
</ul>
<br>
<br>
<h1 style="color:white; margin-left:50px;" >Projects : </h1>
<ul style="color:white; font-weight: 600 ; margin-left: 200px; margin-top: 50px; font-size: 24px;">
<li style="font-size: 24px;" >My Portfolio</li>
<br>
<li style="font-size: 24px;" >Lyrical WebPage</li>
</ul>
<a href="index2.html">
<button style="position: fixed; bottom: 0; left: 0; margin: 20px; ">Previous</button>
</a>
</body>
</html>