-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (49 loc) · 880 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
html{
width: 100%;
height: 100%;
background: #1192d3 url(./rback.jpg) no-repeat bottom right;
background-size: cover;
}
h1{
text-align : center;
font-family: 'Dosis', sans-serif;
font-size : 250%;
}
.container{
text-align : center;
border-radius : 3px;
position : relative;
margin : auto auto auto auto;
width : 550px;
display : table;
background-color : #0AF1E6;
}
.quoteBox{
border-radius : 3px;
position : center;
margin : 8px auto auto auto;
padding : 80px 100px;
display : table;
background-color : #9DDC74;
}
#arabicVerseText{
font-size: 200%;
}
#content{
font-family: 'Open Sans Condensed', sans-serif;
}
input[type=button]{
cursor : pointer;
}
.condensedSanSerif{
font-family: 'Open Sans Condensed', sans-serif;
}
.largeSize{
font-size : 200%;
}
.mediumSize{
font-size : 150%;
}
.smallSize{
font-size: 130%;
}