-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
81 lines (67 loc) · 1.22 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
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&display=swap');
body{
background-color: #0d1a2d;
font-family: 'Outfit', sans-serif;
}
.container{
width: 300px;
height: 500px;
margin: auto;
align-items: center;
border-radius: 10px;
margin-top: 200px;
text-align: center;
background-color: rgb(21, 39, 63);
box-shadow: 0px 11px 37px 40px rgb(12, 23, 41);
}
.imagen1{
width: 230px;
height: 230px;
margin-top: 20px;
border-radius: 10px;
}
.container2{
padding-left: 30px;
text-align: left;
margin-bottom: 20px;
}
.container3{
display: flex;
}
.div-1 h4{
color: #1bfffe;
}
.div-2{
margin-left: 70px;
}
.div-2 h4{
color: rgb(74, 98, 134);
}
/* hr{
width: 90%;
} */
.container4{
display: flex;
align-items: center;
border-top: 1px solid rgba(63, 63, 63, 0.925);
width: 248px;
}
.container4 img{
width: 25px;
height: 25px;
border: 1px solid white;
border-radius: 50%;
}
.container4 p{
margin-left: 10px;
}
span{
color: white;
}
h3{
color: white;
}
p{
color: #425873;
font-size: 15px;
}