aboutsummaryrefslogtreecommitdiff
path: root/src/styles/index.css
blob: 5c05c0ba13e1a3495877da544ef1022b1b82e137 (plain) (blame)
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
.home {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.avatar {
    border-radius: 20%;
}

h1 {
    font-weight: 500;
}

#title {
    font-size: 4vh;
}

h2 {
    font-weight: 500;
    font-size: 2.5vh;
}

ul {
    padding-left: 20px;
    font-size: 1.1em;
}

p {
    font-size: 1.1em;
}

.description {
    line-height: 0.4;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 6vh;
    gap: 7vh;
}

.email-contact {
    font-weight: 300;
    font-size: 2.2vh;
}

.information {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2vh;
    padding: 30px 30px 30px 30px
}

.box {
    padding: 2px 10px 10px 25px;
    text-align: left;
    background: #3B513B;
    border-radius: 20px;
}