-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
267 lines (220 loc) · 4.35 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
*{
margin: 0;
padding: 0;
box-sizing: border-box;
/*border:2px solid blue; Essa propriedade serviu para visualizarmos as divs, delimitadas por bordas, durante a criação da página */
}
header {
background-color: white;
padding: 32px 64px;
display: flex;
align-items: center;
}
img.foto{
border: 5px solid #00a2ff;
border-radius: 50%;
margin-bottom: -120px;
margin-right: 54px;
margin-left: 50px;
width:335px;
height:335px;
}
h1, h2, h3, p {
margin: 0;
}
h1{
font-family: 'Playfair Display', serif;
font-size: 84px;
font-weight: normal;
margin-bottom: 25px;
}
h3{
font-family: 'Open Sans', sans-serif;
font-weight: normal;
font-size: 16px;
}
p .t60{
color: rgba(0, 0, 0, 0.6); /*Preto com 60% de transparência*/
}
p {
font-family: 'Open Sans', sans-serif;
color: rgba(0, 0, 0, 0.6); /*Preto com 60% de transparência*/
/* margin: 10px; */
font-size: 20px;
}
.profissao{
font-size: 30px;
}
body{
background-color: #e5e5e5;
}
/* Display
Há 3 principais tipos de display: block, inline block, inline.
block ocupa a linha inteira e é a default
inline e inline block vc consegue colocar ao lado de outros elementos, pois não ocupam uma linha inteira.
Esse recurso faz com que um elemento como, por exemplo, uma div, se encaixe ao lado de outro elemento mantendo-de do tamanho em que caiba seu conteúdo em vez de tomar a linha toda.
*/
.dados{
display: inline-block;
margin-bottom: 16px;
padding-top: 100px;
margin-left: 40px;
}
main{
display: flex;
padding: 40px 70px;
}
.coluna-menor img{
width: 40px;
height: 40px;
border-radius: 4px;
margin-right: 8px;
}
.coluna-menor{
margin-top: 18px;
margin-left: 25px;
width: 388px;
flex: 0 0 auto;
}
.coluna-menor li{
display: flex;
margin-top: 42px;
}
.coluna-menor h2{
font-family: 'Playfair Display', serif;
}
.coluna-menor h3{
font-size: 20px;
}
.coluna-menor p{
margin-top: 5px;
}
.conteudo{
display: inline-block;
}
.linha{
width: 80px;
border-top: 2px solid;
margin-top: 8px;
}
.experiencias .linha{ /*Apenas linha filha de experiencias*/
border-color:#4200ff
}
.experiencias, .formacao{
margin-top: 50px;
}
.formacao .linha{
border-color: #ffc700;
}
ul, ol {
list-style-type: none;
padding: 0;
}
.coluna-maior {
margin-left: 40px;
font-size: 44px;
}
.coluna-maior h2 {
font-size: 42px;
margin-left: 30px;
margin-bottom: 20px;
}
.habilidades {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
padding-left:16px;
}
.habilidades h2 {
font-family: 'Playfair Display', serif;
}
.habilidade {
background-color: white;
border-radius: 8px;
padding: 24px;
margin: 16px;
width: 360px;
}
.habilidade h3 {
font-size: 24px;
font-weight: bold;
margin-bottom: 16px;
}
.habilidade p {
font-size: 20px;
}
.habilidade li {
margin-top: 32px;
margin-bottom: 8px
}
.habilidade ul {
margin-bottom: 0;
margin-top: 0;
}
.habilidade li:first-child {
margin-top: 0px;
}
.progresso {
display: flex; /*para as filhas (barra) ficarem na mesma linha, uma ao lado da outra, formando a barra de progresso*/
width: 100%
}
.barra {
width: 20%;
height: 5px;
margin-top: 8px;
background-color: #4200ff;
}
.incompleto {
opacity: 0.2;
}
.projetos {
display: flex;
flex-wrap: wrap;
margin-left: 12px;
}
.projetos h3{
font-size: 24px;
font-weight: bold;
margin-bottom: 16px;
margin-left: 16px;
}
.projetos p {
font-size: 18px;
margin-left: 16px;
margin-top: 16px;
margin-bottom: 24px;
}
.projeto img {
margin-left: 16px;
width: 344px;
height: 190px;
}
.projeto {
width: 392px;
padding: 16px;
background-color: white;
border-radius: 8px;
margin: 16px;
}
.projetos a {
display: inline-block;
background-color: #4200ff;
color: white;
padding: 8px 24px;
margin-left: 16px;
margin-bottom: 16px;
margin-top: 24px;
text-decoration: none;
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 24px;
text-align: center;
border-radius: 4px;
}
footer {
background-color: #14004d;
color: white;
padding: 57.6px;
text-align: center;
font-family: "Open Sans", sans-serif;
}