-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
43 lines (21 loc) · 1.92 KB
/
Copy pathcontact.html
File metadata and controls
43 lines (21 loc) · 1.92 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
<html>
<head>
<title>
Travel Blog
</title>
</head>
<body style="background-image: url('https://ciaobambino.com/wp-content/uploads/2015/02/caribbean-vacation-budget-tips.jpg'); background-attachment: fixed; background-size:cover;">
<img src="poza.jpg", style="max-width: 100%;">
<p style="position:absolute; top: 19%; left: 50%; transform: translate(-50%, -50%); font-size: 30px;">Travel Blog</p>
<b><p style="position:absolute; top: 21%; left: 50%; transform: translate(-50%, -50%); font-size: 70px;">Going Places</p></b>
<a href="blog.html"><p style="color:black; position:absolute; right:17%;top:3%; font-size:25px;">Home</p></a>
<a href="blog.html"><p style="color:black; position:absolute; right:7%;top:3%; font-size:25px;">Contact</p></a>
<b><p style="background-color: aqua; color:black; position:absolute; top: 90%; height: 200px; width: 1260px; border-radius: 50px; text-align: center; font-size: 40px; ">Contact us:
<p style="position:absolute; top:100%; left:3%; font-size: 20px;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;">Nae Bogdan</p>
<p style="position:absolute; top:105%; left:3%; font-size: 20px;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;">Matei Alexandru</p>
<p style="position:absolute; top:110%; left:3%; font-size: 20px;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;">Luta Alexandru</p>
<p style="position:absolute; top:115%; left:3%; font-size: 20px;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;">Popa Vlad</p>
<p style="position:absolute; top:120%; left:3%; font-size: 20px;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;">Purcaru Andrei</p>
</p></b>
</body>
</html>