-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (43 loc) · 1.73 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang=ru dir="ltr">
<head>
<meta charset="utf-8">
<title>Страничка семьи Сагайдак</title>
<!-- <style type="text/css">
body {
background-color: teal;
}
</style>
-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/button.css">
</head>
<!-- <body style="background-color:yellow;"> -->
<body>
<!-- <div class="block1"> -->
<div id="block1">
<div align="center">
<a href="#spisok1" class="button menu">Наши проекты<a/>
<a href="#" class="button menu">Наши фотографии<a/>
<a href="#" class="button menu">О нас<a/>
<a href="#" class="button menu">Контакты<a/>
</div>
<h1 align="center">Добро пожаловать на нашу страничку</h1>
<h2 align="left">Краткая история</h2>
<p align="justify" class="text">
Здесь будет написан текст про историю, любовь и все самое приятное о нас...
</p>
<p align="center"><img src="pictures/3.jpg" alt="Фон" id="layer1">
<a href="mailto:[email protected]"> <img class="img-crop" src="pictures/1.png" alt="Фото Гайдука" id="layer2"></a>
<a href="mailto:[email protected]"> <img class="img-crop" src="pictures/2.png" alt="Варюшка" id="layer3"></a> </p><br>
<img src="pictures\loveis.jpg" class="img-center crop" alt="Я в тебя верю">
<ol type="1" id="spisok1">
<li>Дети</li>
<li>Квартиры</li>
<li>Машины</li>
<li>Дача</li>
<li>Путешествия</li>
</ol>
</div>
</body>
</html>