-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
80 lines (80 loc) · 1.46 KB
/
Copy pathstyles.css
File metadata and controls
80 lines (80 loc) · 1.46 KB
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
73
74
75
76
77
78
79
80
* {
font-family: 'Inter', sans-serif;
}
div.welcome-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
padding-top: 2.5vh;
padding-bottom: 2.5vh;
}
.mainheader {
font-size: 4vw;
text-align: center;
}
h2#secondheader {
font-size: 3vw;
text-align: center;
}
.avatar {
display: flex;
justify-content: center;
}
div.aboutme {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
background-color: rgb(144, 255, 220);
padding-top: 2.5vh;
padding-bottom: 2.5vh;
text-align: center;
color: black;
}
h3#imteditsnicetomeetyou {
font-weight: bold;
font-size: 3vw;
}
p.aboutmeparagraph {
font-size: 2vw;
padding-left: 15%;
padding-right: 15%;
}
div.qualities {
display: flex;
flex-direction: column;
align-items: center;
background-color: rgb(141, 228, 255);
padding-top: 2.5vh;
padding-bottom: 2.5vh;
font-size: 3vw;
}
h4.qualitiesheader {
font-size: 3vw;
}
p.qualitiespara {
text-align: center;
font-size: 2vw;
padding-left: 25%;
padding-right: 25%;
}
.footer {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
font-size: 1vw;
}
.mysocials {
display: flex;
flex-direction: column;
align-items: center;
font-size: 2vw;
padding-top: 5%;
padding-bottom: 5%;
}
#twittericon {
width: 10%;
height: 10%;
}