-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
110 lines (101 loc) · 1.79 KB
/
style.css
File metadata and controls
110 lines (101 loc) · 1.79 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
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
.container{
margin: 0 auto;
width: 700px;
height: 600px;
display: flex;
flex-wrap: wrap;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 10px 10px 10px 10px;
}
.white{
display flex;
width: 700px;
height: 250px;
border-radius: 10px 10px 0px 0px;
}
.titulo_1{
color: rgb(41, 156, 151);
font-size: 28px;
margin-left: 40px;
margin-top: 40px;
}
.titulo_2{
color: rgb(197, 215, 116);
font-size: 22px;
margin-left: 40px;
margin-top: 30px;
}
.paragrafo1{
color: rgb(125, 125, 125);
font-size: 18px;
margin-left: 40px;
margin-top: 20px;
padding-right: 40px;
}
.green1{
width: 350px;
height: 350px;
background-color: rgb(43, 179, 177);
border-radius: 0px 0px 0px 10px;
}
.titulo_21{
color: rgb(255, 255, 255);
font-size: 22px;
margin-left: 40px;
margin-top: 40px;
}
.valor{
color: rgb(255, 255, 255);
font-size: 40px;
margin-left: 40px;
margin-top: 30px;
display: inline-block;
}
.mes{
color: rgb(255, 255, 255);
font-size: 18px;
margin-left: 15px;
margin-top: 30px;
display: inline-block;
}
.full{
color: rgb(255, 255, 255);
font-size: 18px;
margin-left: 40px;
margin-top: 20px;
}
.container_sign{
display: flex;
width: 238px;
height: 50px;
background-color: rgb(191, 223, 50);
margin-left: 40px;
margin-top: 40px;
border-radius: 10px 10px 10px 10px;
}
.sign{
margin-left: 75px;
margin-top: 12px;
font-size: 22px;
color: rgb(255, 255, 255);
}
.green2{
width: 350px;
height: 350px;
background-color: rgb(74, 190, 189);
border-radius: 0px 0px 10px 0px;
}
.titulo_31{
color: rgb(255, 255, 255);
font-size: 22px;
margin-left: 40px;
margin-top: 40px;
}
.paragrafo2{
color: rgb(255, 255, 255);
font-size: 18px;
margin-left: 40px;
margin-top: 20px;
margin-right: 40px;
line-height: 2;
}