-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
69 lines (58 loc) · 1.12 KB
/
style.css
File metadata and controls
69 lines (58 loc) · 1.12 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
.alegreya-sc-regular-italic {
font-family: "Alegreya SC",serif;
font-weight: 500;
}
body{
margin:0;
background-color: #e4f2f5;
font-family: 'Times New Roman', Times, serif;
text-align: center;
}
#top{
margin: 0;
padding-top: 100px;
padding-bottom: 100px;
font-size: 3.4rem;
background-color: #6066A7;
color: #f2f2fa;
}
.HeadingText {
margin: 0;
}
#Profile{
display: flex;
justify-content: center;
padding-top: 80px;
padding-bottom: 50px;
background-color: #F5EDC9;
}
#Profile div{
width: 30%;
}
#Skills{
padding-top: 30px;
padding-bottom: 60px;
text-align: center;
background-color: white;
}
#Skills div {
margin: 30px 20px;
gap: 30px;
display: flex;
justify-content: center;
flex-direction: row;
}
#Contact{
background-color: #596891;
padding: 70px;
display: flex;
justify-content: center;
flex-direction: column;
gap: 50px;
}
.rotatec{
transform: rotate(-10deg);
position: absolute;
top: 125px;
left:40%;
}