-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (53 loc) · 797 Bytes
/
style.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
@font-face {
font-family: "Raleway";
font-weight: 400;
src: url(/fonts/Raleway-Regular.ttf);
}
@font-face {
font-family: "Raleway";
font-weight: 600;
src: url(/fonts/Raleway-SemiBold.ttf);
}
body {
margin: 0;
padding: 0;
background: #3c3c3c;
}
.flex-container {
margin-top: 20vh;
display: flex;
justify-content: center;
}
.row {
width: auto;
}
section {
color: #ddd;
font-family: "Raleway", sans-serif;
width: 320px;
text-align: center;
line-height: 26px;
font-size: 18px;
}
h1 {
font-size: 28px;
}
img {
width: 150px;
height: auto;
border-radius: 25px;
}
a {
color: #fff;
font-weight: 600;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.sosial {
margin-right: 10px;
}
.sosial:last-child {
margin-right: 0;
}