-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathind.html
More file actions
33 lines (30 loc) · 755 Bytes
/
ind.html
File metadata and controls
33 lines (30 loc) · 755 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body bgcolor="#e1e1e1">
<p class="cont">
p.s вы реально лучший
</p>
<p class="contact">
ладно я пошутила, это слишком<span>🤭🤗</span>
</p>
<style>
.contact {
font-size: 72px;
color: brown;
text-align: center;
margin-top: 300px;
-webkit-text-stroke: 2px #b625aa;
}
.cont {
font-size: 10px;
text-align: left;
color: blueviolet;
}
</style>
</body>
</html>