-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (60 loc) · 1.16 KB
/
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
* {
margin: 0%;
padding: 0%;
box-sizing: border-box;
}
body {
color: black;
background: url(./gabbiistudios-tvEf2JXd_HY-unsplash.jpg) no-repeat;
background-size: cover;
background-position: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
/* ///////////////////////// home style /////////////// */
.card {
margin: auto;
margin-top: 50px;
width: 40%;
/* height: 80vh; */
/* background-color: orange; */
}
#search_bar {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
}
#prayerTimes {
text-align: center;
/* width: 30%;
height: 60vh; */
/* background-color: #fff; */
margin: auto;
}
#form {
margin: auto;
display: flex;
/* text-align: center; */
gap: 10px;
justify-content: center;
/* align-content: center; */
}
.home {
display: flex;
justify-content: center;
/* align-items: center; */
width: 100%;
gap: 10px;
}
h3 {
text-align: center;
font-family: fantasy;
font-weight: 600;
border-bottom: 2px solid black;
border-style: dotted;
}
h1 {
color: whitesmoke;
border-bottom: 2px solid black;
border-style: dotted;
}