-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
71 lines (58 loc) · 958 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
* {
padding: 0;
margin: 0;
background-color: #a2d2ff;
}
#heading {
text-align: center;
}
#main_heading {
width: 450px;
margin: 14px;
}
#bismillah {
width: 370px;
margin-bottom: 10px;
}
p {
text-align: center;
}
#content {
text-align: center;
}
.qari{
width: 500px;
height: 208px;
}
.surah {
width: 180px;
height: 180px;
}
#zipimg{
width: 450px;
margin-bottom: 8px;
}
hr {
margin: 1px;
}
footer,
p {
background-color: beige;
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
user-select: none;
margin-top: 7px;
margin-bottom: 17px;
}
#zip-a{
text-align: center;
}
.zoom {
padding: 0px;
background-color: rgba(0, 0, 0, 0);
transition: transform .2s; /* Animation */
margin: 0 auto;
}
.zoom:hover {
transform: scale(1.2); /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}