-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (139 loc) · 4.25 KB
/
index.html
File metadata and controls
140 lines (139 loc) · 4.25 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css">
<title>KiraSungfffggcxx & Life </title>
</head>
<body>
<!--header -->
<header class="header">
<div class="container">
<h1> Кирусике один годик!!!</h1>
<h2><small>Фотосессия</small></h2>
</div>
</header>
<!--/header -->
<!--navig -->
<nav class="page-navigation">
<div class="container">
<ul>
<li><a href="#">Домашняя</a></li>
<li><a href="#">Контакты</a></li>
<li><a href="#">О сайте</a></li>
</ul>
<form action="#" class="login">
<input type="Text" placeholder="Login" required>
<input type="Password" placeholder="Password" required>
<input type="submit" value="Войти">
</form>
</div>
</nav>
<!--/navig-->
<!--main-->
<main>
<div class="cont">
<h2 class="cont-title">Наша красавица<small><br>Смотрим и наслаждаемся человек</small></h2>
<div class="colls">
<div class="colls-item">
<div class="colls-out">
<img src="foto/Photo-11.JPG" alt="List picture" width="" height="">
<div class="coll-text">
<h3>Смотрим</h3>
<p> На этой картинке, самая красивая девочка в Мире!<p>
<button>Читать</button>
</div>
</div>
</div>
<div class="colls-item">
<div class="colls-out">
<img src="foto/Photo-55.JPG" alt="List picture" width="" height="">
<div class="coll-text">
<h3>Смотрим</h3>
<p> Ария в расколотом яичке!<p>
<button>Читать</button>
</div>
</div>
</div>
<div class="colls-item">
<div class="colls-out">
<img src="foto/Photo-138.JPG" alt="List picture" width="" height="">
<div class="coll-text">
<h3>Смотрим</h3>
<p> Кирка изучает астрономию!<p>
<button>Читать больше</button>
</div>
</div>
</div>
<div class="colls-item">
<div class="colls-out">
<img src="foto/Photo-32.JPG" alt="List picture" width="" height="">
<div class="coll-text">
<h3>Смотрим</h3>
<p> Любимая доченька!!<p>
<button>Читать</button>
</div>
</div>
</div>
<div class="colls-item">
<div class="colls-out">
<img src="foto/Photo-125.JPG" alt="List picture" width="" height="">
<div class="coll-text">
<h3>Смотрим</h3>
<p>Кусаки за насяки!<p>
<button>Читать</button>
</div>
</div>
</div> <div class="colls-item">
<div class="colls-out">
<img src="foto/Photo-141.JPG" alt="List picture" width="" height="">
<div class="coll-text">
<h3>Смотрим</h3>
<p> Мать и ребёнок!<p>
<button>Читать</button>
</div>
</div>
</div>
<div class="colls-item">
<div class="colls-out">
<img src="foto/Photo-154.JPG" alt="List picture" width="" height="">
<div class="coll-text">
<h3>Смотрим</h3>
<p> -Кирусик, а где папа?
-Ма...!<p>
<button>Читать</button>
</div>
</div>
</div>
<div class="colls-item">
<div class="colls-out">
<img src="foto/Photo-158.JPG" alt="List picture" width="" height="">
<div class="coll-text">
<h3>Смотрим</h3>
<p> Семья на Луне от счастья!<p>
<button>Читать</button>
</div>
</div>
</div> <div class="colls-item">
<div class="colls-out">
<img src="foto/Photo-167.JPG" alt="List picture" width="" height="">
<div class="coll-text">
<h3>Смотрим</h3>
<p> Умничка доченька на ручках! <p>
<button>Читать</button>
</div>
</div>
</div>
</div>
</div>
</main>
<!--/main-->
<!--podval-->
<footer class="footer">
<div class="container">
<p>Сделано Артёмом Новораем inc. 2016</p>
</div>
</footer>
<!--/podval-->
</body>
</html>