-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
69 lines (57 loc) · 1.04 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
/*Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&family=Rubik&display=swap');
/* displays */
#saludo {
display: block;
}
#categoria {
display: none;
}
#preguntasComida {
display: none;
}
#preguntasRefran {
display: none;
}
#verResultados {
display: none;
}
/* estilos */
html{
background-image: linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%);
}
body {
text-align: center;
font-family: 'Rubik', sans-serif;
}
h1{
color: white;
}
h2{
color: #C031B5
}
p{
color: #845EC2;
}
.text{
color: #C031B5;
}
.yo{
width: 350px;
}
.gatomesa{
width: 180px;
}
.calila{
width: 180px;
}
.gato{
width: 180px;
}
.pie{
font-family: 'Roboto', sans-serif;
background: rgb(238,174,202);
background: linear-gradient(0deg, rgba(238,174,202,1) 0%, rgba(148,187,233,0.3127626050420168) 100%);
margin-top: 50px;
padding: 20px;
}