Skip to content

Commit f3fffc7

Browse files
committed
Beta Translate
0 parents  commit f3fffc7

15 files changed

+1094
-0
lines changed

audio/2rom1l.mp3

4.31 KB
Binary file not shown.

audio/j3qm2.mp3

4.03 KB
Binary file not shown.

audio/knqk6.mp3

4.31 KB
Binary file not shown.

audio/zrj7u.mp3

4.03 KB
Binary file not shown.

css/modal.css

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
2+
.container-info {
3+
padding: 20px;
4+
text-align: center;
5+
}
6+
7+
.modal-info {
8+
display: none;
9+
position: absolute;
10+
z-index: 3;
11+
left: 0;
12+
top: 0;
13+
width: 100%;
14+
height: 100%;
15+
overflow: auto;
16+
background-color: #474e5da9;
17+
padding-top: 100px;
18+
}
19+
20+
.modal-info-content {
21+
background-color: #fff;
22+
margin: 5% auto 15% auto;
23+
border: none;
24+
width: 100%;
25+
border-radius: 0.5rem;
26+
max-width: 380px;
27+
}
28+
29+
.close {
30+
position: absolute;
31+
right: 35px;
32+
top: 15px;
33+
font-size: 40px;
34+
font-weight: bold;
35+
color: #f1f1f1;
36+
}
37+
38+
.close:hover,
39+
.close:focus {
40+
color: #f44336;
41+
cursor: pointer;
42+
}
43+
44+
.clearfix {
45+
content: "";
46+
clear: both;
47+
display: table;
48+
}
49+
50+
.cancelbtn {
51+
background-color: #289cfc;
52+
border-radius: 5px;
53+
color: #fefefe;
54+
font-weight: 400;
55+
font-family: 'Poppins', sans-serif;
56+
width: 100%;
57+
padding: 15px 20px;
58+
cursor: pointer;
59+
border: none;
60+
outline: none;
61+
}
62+
63+
.cancelbtn:hover {
64+
opacity: 1;
65+
}
66+
67+
.container-info i {
68+
font-size: 3em;
69+
color: #289cfc;
70+
padding-bottom: 10px;
71+
}
72+
73+
.container-info h2 {
74+
color: #444444;
75+
}

0 commit comments

Comments
 (0)