-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (51 loc) · 1.04 KB
/
Copy pathstyle.css
File metadata and controls
55 lines (51 loc) · 1.04 KB
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
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
*{
margin: 0;
}
body{
background-image: url(mainbg.jpg);
font-family: sans-serif;
}
.body{
background: rgba(255, 255, 255, 0.8);
height: 100vh;
}
.header{
background: #000;
color: #fff;
padding: 20px;
}
.prayer-time-list{
width: 70%;
margin: 20px;
text-align: left;
border: 1px solid #000;
box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
.single-li{
background: #fff;
font-family: 'Montserrat', sans-serif;
padding: 10px;
}
.single-li:nth-child(even){
background: #dcdde1;
}
.month-container{
background-image: url(bg.jpg);
padding: 20px;
width: 40%;
border-radius: 15px;
box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);
}
.arabic{
font-family: 'El Messiri', sans-serif;
}
.methodDisplay{
padding: 10px;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
}
select{
padding: 10px;
}