-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheuropean.html
35 lines (34 loc) · 1001 Bytes
/
european.html
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
<!DOCTYPE html>
<html>
<head>
<title>Класика автопрому</title>
<link rel="stylesheet" href="styles.css">
</head>
<style>
header {
color:#fff;
padding: 60px 270px;
background-image: url(img/311208.jpg);
background-position: 0px -250px;
}
</style>
<body>
<header>
European classics
</header>
<main>
<iframe src="https://uk.wikipedia.org/wiki/Ferrari_F40" frameborder="0" style="width: 1000px; height: 600px; margin: 10px auto;"></iframe>
</main>
<footer>
<p>
Автор: Денисюк Роман, Група ІС-22
</p>
<p>
2024 КПІ ім. Ігоря Сікорського, ФІОТ
</p>
<a href="index.html">
<button>На головну</button>
</a>
</footer>
</body>
</html>