-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperfil.css
More file actions
79 lines (67 loc) · 1.43 KB
/
Copy pathperfil.css
File metadata and controls
79 lines (67 loc) · 1.43 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
/*VARIAVEIS
:root {
--mainbg-color: #232946;
--2ndmainbg-color: #303861;
--2ndbg-color: #b8c1ec;
--1sttext-color: #fffffe;
--2ndtext-color: #c2bfbf;
--btn-color: #eebbc3;
--2ndbtn-color: #fae4e8;
--h1-font: 5.2rem;
--h2-font: 3.5rem;
--p-font: 1.1rem;
}*/
/*PERFIL*/
.perfil{
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: space-between;
padding: 50px 10% 0;
background-color: var(--1stbg-color); /*pra essa secao ficar dessa cor*/
}
.perfil-container{
max-width: 900px;
max-height: 900px;
/*fazer tipo um quadradinho*/
}
.nomefoto {
width: 515.1px;
height: 263.5px;
object-fit: cover;
}
.perfil-container h3 {
font-size: 32px;
font-weight: 700;
color: var(--1sttext-color-color);
}
.perfil-container p {
font-size: 16px;
margin: 20px 0 40px;
color: var(--1sttext-color-color);
}
.perfil-imagem{
display: flex;
align-items: center;
justify-content: center;
width: 700px;
height: 700px;
background-color: rgb(132, 237, 255);
border: 26px solid grey;
border-radius: 50%;
}
.imagem img{
width: 570px;
height: 100%;
padding-left: 80px;
object-fit: cover;
}
.quadradoinclinado {
margin-top: 900px;
width: 700px;
padding-bottom: 300px;
height: 400px;
background-color: grey;
transform: rotate(-40deg);
}