X Tutup
Skip to content

Commit 869253b

Browse files
committed
Выполнено 03а
1 parent 6e40605 commit 869253b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

style03a.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
X Tutup