We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f13da4 commit c010e6bCopy full SHA for c010e6b
1 file changed
style.css
@@ -141,6 +141,9 @@ img {
141
.result {
142
color: #80ff72;
143
font-size: 1.25rem;
144
+ display: flex;
145
+ flex-direction: column;
146
+ align-items: center;
147
font-weight: 600;
148
inset: 0;
149
opacity: 0;
@@ -153,13 +156,9 @@ img {
153
156
.result::before {
154
157
content: "";
155
158
background: url("img/party-popper.png") no-repeat center / cover;
- display: block;
- bottom: 0;
- right: 0;
159
- /* position: absolute; */
+ display: grid;
160
width: 2.5rem;
161
height: 2.5rem;
162
- place-self: center;
163
}
164
165
/* **RESET BUTTON */
0 commit comments