-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
65 lines (64 loc) · 1.29 KB
/
styles.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
* {
margin: 0;
padding: 0;
}
body {
color: #82a5ca;
text-align: center;
font-family: 'Philosopher', sans-serif;
background: linear-gradient(#bc6c25, #fefae0);
color: #ffffff;
}
#coverpage-text{
background-image: url("Images/Multan-cover.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 0px 0 420px 0px;
font-size: xx-large;
color: #bc6c25;
}
.title{
text-shadow: 0px 0px 4px black;
text-align: end;
}
.places, .place-title{
text-shadow: 0px 0px 4px black;
}
#art-img, #shrine-img, #gate-img {
width: 150px;
border-radius: 50%;
border: 6px solid #bc6c25;
margin-bottom: 10px;
}
.description-place{
background: #dda15e;
padding: 5px 10px;
border-radius: 5px;
margin: 5px 0 10px 0;
}
#header {
display: flex;
flex-direction: column;
align-items: center;
margin: 20px;
}
.avatar {
width: 240px;
margin: 0px;
border: 4px solid #432818;
image-orientation: flip;
}
.card {
display: flex;
width: 600px;
height: 250px;
margin: 0 auto;
padding: 60px 15px;
text-align: center;
background: #bb9457;
color: #2b2839;
border-bottom: 6px solid #432818;
border-top: 6px solid #432818;
border-radius: 50px;
}