-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
69 lines (57 loc) · 965 Bytes
/
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
62
63
64
65
66
67
68
69
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.title {
font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
font-size: 50px;
text-align: left;
}
.navigation {
padding: 1.5em 0 0 3em;
}
.nav-item {
padding-top: 1.5em;
}
#gallery {
width:1200px;
margin-left:30px;
margin: auto;
padding-bottom: 30px;
display: grid;
grid-gap: 2rem;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
#gallery img {
border-radius: 0.2rem;
height:150px;
width: 100%;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.card {
height: fit-content;
padding: 5px;
margin: 10px;
}
.contact-content {
text-align: center;
}
.footer {
background-color: grey;
}
.footer a {
text-decoration: none;
color: white;
}
.list-inline-item {
font-size: 20px;
}
.footer-links li {
padding: 7px;
}
.about-us-content {
padding: 5em;
justify-content: center;
}
.nav-btn {
margin-right: 10px;
}