-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
126 lines (116 loc) · 2.37 KB
/
Copy pathstyle.css
File metadata and controls
126 lines (116 loc) · 2.37 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
body {
background-image: url("./mulher\ maravilha.jpeg");
min-height: 400px;
background-color: black;
background-position: center center;
background-size:contain;
background-repeat: no-repeat;
}
.mentalist {
margin-top: 2px;
width: 42.5rem;
margin: 0.10rem auto 0 auto;
border-radius: 30px;
}
.display {
font-family: 'Secular One';
font-size: 2rem;
padding: 1.5rem;
margin-top: 10px;
color: black;
width: 43.5rem;
border: 0 solid;
}
.message {
top: 5px;
margin: 0;
font-family: 'Secular One';
font-size: 2.1rem;
color: white;
}
.message-two {
font-family: 'Secular One';
font-size: 2.25rem;
right: 10px;
line-height: 4 px;
color:white;
}
.tip-button {
width: 4rem;
height: 4rem;
margin: 1rem 0 0 1rem;
font-family: 'Secular One';
color: black;
background-color: orange;
opacity: 30px;
font-size: 2.5rem;
text-align: center;
vertical-align: center;
transition: 150ms;
border: 0 solid;
border-radius: 15px;
}
.last-tip-button {
width: 4rem;
height: 4rem;
margin: 1rem 0 1rem 1rem;
font-family: 'Secular One';
color: black;
background-color:orange;
font-size: 2.5rem;
text-align: center;
vertical-align: center;
transition: 150ms;
border: 0 solid;
border-radius: 15px;
}
.attemptButton {
float: left;
width: 4rem;
height: 4rem;
margin: 1rem 1rem 2rem 2.5rem;
font-family: 'Secular One';
color: white;
background-color: transparent;
font-size: 2.5rem;
text-align: center;
vertical-align: center;
border: 0 solid;
border-radius: 15px;
}
.restartButton {
width: 11.5rem;
height: 4.5rem;
text-shadow: 2px 2px 4px;
margin-right: 10px;
font-family: 'Secular One';
color: black;
background-color: orange;
font-size: 2rem;
text-align: center;
vertical-align: center;
border: 0 solid;
border-radius: 15px;
transition: 100ms;
}
.tip-button:hover,.last-tip-button:hover {
background:white;
}
.restartButton:hover {
background: orange;
}
.copyrigth {
text-align: center;
font-family: 'Secular One';
color: white;
margin: 0;
margin-bottom: 10px;
}
@import url(tiny.css) (min-width:200px);
@import url(small.css) (min-width:300px);
@import url(big.css) (min-width:900px);
@media screen and (max-width: 200px) {
/* estilos */
}
@media screen and (max-width: 600px) {
}