We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e40605 commit 869253bCopy full SHA for 869253b
style03a.css
@@ -0,0 +1,34 @@
1
+.wrap{
2
+ width: 400px;
3
+ padding: 10px;
4
+ background: rgb(236,236,236);
5
+ position: fixed;
6
+ top: 15%;
7
+ left: calc(50% - 210px);
8
+ box-shadow: 0 0 10px black;
9
+}
10
+
11
+.hidden{
12
+ display: none;
13
14
15
+span{
16
+ position: absolute;
17
+ right: -15px;
18
+ top: -15px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: center;
22
+ width: 30px;
23
+ height: 30px;
24
+ border-radius: 50%;
25
+ background: lightgrey;
26
+ font-size: 34px;
27
+ cursor: pointer;
28
+ transition: 0.5s;
29
30
31
+span:honer{
32
+ background: grey;
33
+ color: white;
34
0 commit comments