-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
120 lines (105 loc) · 2.04 KB
/
styles.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
@charset "UTF-8";
.container {
background-color: #fff;
color: #030413;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start;
width: 500px;
height: 550px;
margin-top: 60px;
-webkit-box-shadow: -4px 10px 25px #858ca0;
box-shadow: -4px 10px 25px #858ca0;
border-radius: 3px;
}
.container button {
background-color: red;
}
.primer_parte {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 470px;
height: 50px;
margin-top: 30px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-family: Helvetica, sans-serif;
}
.primer_parte h1 {
font-size: 26px;
text-align: center;
margin-top: 5px;
margin-left: 3px;
}
.primer_parte button {
border: red;
float: right;
width: 130px;
height: 40px;
margin-top: 5px;
margin-right: 5px;
}
.ojo {
float: left;
margin-top: 10px;
color: dimgray;
font-family: calibri;
}
#check {
font-size: 20px;
}
.fa-check-square {
margin-right: 5px;
}
#progreso {
width: 400px;
}
.form-check2 {
margin: 7px;
}
.form-check2 s {
color: gray;
}
.form-check2 .fa-trash-alt {
float: right;
}
#añadir {
margin-top: 10px;
width: 470px;
padding: 8px;
background-color: #fff;
border: 0.1px solid rgba(128, 128, 128, 0.479);
-webkit-box-shadow: 1px 0.5px rgba(0, 0, 0, 0.24);
box-shadow: 1px 0.5px rgba(0, 0, 0, 0.24);
border-radius: 5px;
}
h2 {
margin-top: 25px;
margin-bottom: 5px;
text-align: center;
font-size: 18px;
}
.imagenes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.imagenes img {
margin-bottom: 40px;
}
/*# sourceMappingURL=styles.css.map */