-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
54 lines (46 loc) · 685 Bytes
/
index.css
File metadata and controls
54 lines (46 loc) · 685 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
body {
font-family: 'Rubik', sans-serif;
background: #fbfaf5;
max-width: 50em;
padding: 10em 8%;
margin: 0 auto;
line-height: 1.8;
min-height: 100%;
}
a {
text-decoration: none;
color: #000;
}
.home {
display: flex;
flex-direction: column;
justify-content: center;
}
.hello {
margin-bottom: 100px;
font-weight: lighter;
}
.hello h1::after {
background-color: #48469970;
position: relative;
height: 2px;
content: "\00A0";
width: 164px;
display: block;
right: -63px;
top: -12px;
}
.hello a {
color: #53005394;
}
.rrss {
display: flex;
gap: 20px;
align-items: center;
}
.rrss i {
font-size: 22px;
}
.rrss h3 {
margin: 0;
}