-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.css
72 lines (56 loc) · 923 Bytes
/
contact.css
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
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
* {
box-sizing: border-box;
}
body {
background-color: #0F1015;
margin: 0;
font-family: "Poppins", sans-serif;
display: flex;
min-height: 100vh;
color: #0F1015;
}
h1 {
color: #fff;
position: absolute;
top: 20%;
left: 40%;
font-size: 30px
}
hr {
width:1%;
margin:0 auto;
align-items: center;
justify-content: center
}
#linka {
color: #fff;
position: absolute;
left: 25%;
font-size: 25px;
top: 60%;
text-decoration: none
}
#linkc {
color: #fff;
position: absolute;
left: 65%;
font-size: 25px;
top: 60%;
text-decoration: none
}
#notice {
color: #fff;
position: absolute;
width: 341.422px;
top: 92%;
left: 39%;
}
#LOGO {
color: #fff;
position: absolute;
top: 1%;
left: 1%;
font-size: 20px;
text-decoration: none
}