-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (48 loc) · 880 Bytes
/
Copy pathstyle.css
File metadata and controls
55 lines (48 loc) · 880 Bytes
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
body{
background-color: white;
display: flex;
justify-content: center;
font-family: 'Sora',sans-serif;
}
.boxPrincipal{
width: 368px;
height: 420px;
border-radius: 10px;
box-shadow: 0px 30px 100px 0px #bebebd;
margin-top: 164px;
}
.imgCaptus{
width: 336px;
height: 152px;
margin: 16px ;
}
.btnDesing{
width: 70px;
height: 23px;
border-radius: 30px;
border-style:none ;
margin-left: 16px;
background-color: #e6d6fc ;
color: #b17eed;
font-weight: 800;
font-size: 10px;
}
.title{
margin: 16px 0px 6px 16px;
font-size: 25px;
font-weight: 400;
}
.text{
margin: 0px 0px 16px 16px;
font-size: 17px;
color: #737985;
}
.linea{
border: 1px solid #eeeeee;
margin-bottom: 20px;
}
.textName{
margin: 36px 0px 20px 16px;
font-size: 14px;
color: #737985;
}