-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle3.css
77 lines (71 loc) · 1.14 KB
/
style3.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
/*---------Best Places---------*/
body
{
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
}
h1
{
text-align: center;
}
ul
{
list-style: none;
padding: 0;
margin: 20px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
li
{
width: 300px;
margin: 10px;
padding: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
border-radius: 5px;
text-align: center;
}
img
{
width: 100%;
max-height: 200px;
object-fit: cover;
border-radius: 5px;
}
h2
{
margin: 10px 0;
}
p
{
margin: 0;
}
.back-btn
{
background-color: #fc0808fd;
color: #000;
font-weight: 600;
padding: 5px 14px;
display: inline-block;
vertical-align: middle;
text-align: center;
border-radius: 13px;
text-decoration: none;
font-size: 14px;
align-items: center;
margin-left: 50%;
margin-right: 50%;
}
.back-btn:hover
{
box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.774);
}
.logo
{
border-radius: 150px;
width: 82px;
padding-left: 2px;
padding-top: 3px;
}