-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
111 lines (94 loc) · 1.64 KB
/
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.bag{
height: 811px;
width: 380px;
margin-top: 16px;
margin-left: 43px;
background: rgb(73,195,34);
border-radius: 70px;
background: linear-gradient(113deg, rgba(255,245,88,1) 0%, rgba(255,255,221,1) 100%);
align-items: center;
}
body{
background-color:#141414
}
.img{
padding-left: 80px;
padding-top: 32px;
}
.img img{
border-radius: 127px;
}
.bag h2{
padding-left: 113px;
padding-top: 18px;
font-family: 'Secular One', sans-serif;
}
.bag .cs{
padding-left: 76px;
padding-top: 0px;
font-family: 'Dosis', sans-serif;
}
.bag .contact{
padding-top: 56px;
font-family: 'Dosis', sans-serif;
padding-left: 40px;
}
.fa-regular{
padding-left: 42px;
font-weight: 400;
font-size: 36px;
}
.fa-house{
padding-left: 43px;
font-size: 37px;
}
.fa-solid{
padding-left: 44px;
font-size: 31px;
}
.fa-github{
font-size: 38px;
}
.container1{
display: flex;
align-items: center;
}
.container2{
display: flex;
align-items: center;
}
.container3{
display: flex;
align-items: center;
}
p{
padding-left: 15px;
};
.profile{
display: inline-block;
margin-top: -710px;
width: 300px;
border: 2px solid red;
padding-left: 108px;
font-size: 18px;
}
.combine{
display: flex;
width: 100%;
height: 100%;
}
.profile h2{
color:white;
font-size: 26px;
padding-left: 16px;
}
.profile li{
color: rgb(241,233,109);
font-size: 18px;
font-family: 'Secular One', sans-serif;
}
.profile p{
color: rgb(241,233,109);
font-size: 18px;
font-family: 'Secular One', sans-serif;
}