-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
107 lines (86 loc) · 1.69 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/**
Palette: https://scrimba.com/links/hometown-palette
RED: #E63946
LIGHT: #F1FAEE
AQUA: #A8DADC
LIGHT BLUE: #457B9D
DARK BLUE: #1D3557
*/
body {
margin: 0;
text-align: center;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
img{
width:100px;
}
h1{
background-color:#cad2c5;
width: 150px;
margin-left: auto;
margin-right: auto;
}
h2{
background-color:#cad2c5;
width: 350px;
padding:2px;
margin-left: auto;
margin-right: auto;
margin-top:100px;
}
.img {
width: 120px;
border-radius: 50%;
}
.welcome{
background-image:url("https://surfiran.com/wp-content/uploads/2019/08/Iran-Wonders0-SURFIRAN.jpg") ;
background-size: cover;
width: 100%;
height:300px;
border-top-left-radius:20px ;
border-top-right-radius:20px ;
color:#354f52;
background-color:#cad2c5;
}
.attraction{
display:flex;
align-items:center;
flex-direction:row;
justify-content:space-around;
background-color:#ccd5ae;
}
.avatar {
width: 150px;
}
.card {
width: 600px;
margin: 0 auto;
padding: 20px;
display: flex;
justify-content: space-around;
text-align: center;
background: #f1faee;
color: #2f3e46;
border-bottom: 6px solid #1d3557;
}
.shadow-text{
text-shadow: 1px 2px 2px #84a98c;
display:flex;
align-items:center;
flex-direction:column;
}
#attraction1{
display:flex;
align-items:center;
flex-direction:column;
}
#attraction2{
display:flex;
align-items:center;
flex-direction:column;
}
#attraction3{
display:flex;
align-items:center;
flex-direction:column;
}