blob: 70a8677515387c53611ca2fdbf551ba612c27ff1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#quill-star {
position: fixed;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -100px;
width: 200px;
height: 200px;
}
#quill-star.hidden {
display: none;
}
|