-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (54 loc) · 973 Bytes
/
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
.subtitle {
font-size: 1.3rem;
font-weight: bold;
text-align: center;
padding-top: 17px;
}
.subtitle_2 {
font-size: 1 rem;
color: rgb(0, 0, 0);
text-align: center;
}
.imgtittle {
width: 5%;
height: auto;
}
.size {
width: auto;
height: 50%;
background-color: rgb(255, 255, 255);
text-align: center;
color: green;
font-size: 2rem;
background-color: black;
}
.cuadrado {
width: 9%;
height: auto;
}
.triangulo {
width: 16%;
height: auto;
}
.cuadrado1 {
margin-left: 3rem;
background-color: rgb(255, 255, 255);
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-radius: 0.625rem;
border: none;
box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%),
0 0.9375rem 1.40625rem rgb(90 97 105 / 10%),
0 0.25rem 0.53125rem rgb(90 97 105 / 12%),
0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
}
.tittlesfigures {
font-weight: bold;
}
.mybutton {
width: 100%;
}
.form-control {
padding: 1%;
}