-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain-style.css
More file actions
100 lines (81 loc) · 1.6 KB
/
main-style.css
File metadata and controls
100 lines (81 loc) · 1.6 KB
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
/*Version 2.1 for "PDX Urban Hideaway". Home page. Last Modified by Chase Klotter. 8/19/2023*/
/* This section is CSS for "index.html" (?) */
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
width: 100%;
margin: 0;
}
nav {
text-align: center;
background-color: aqua;
}
.nav-ul {
margin-left: 10%;
margin-right: 10%;
margin-top: 0;
margin-bottom: 0;
padding: .5%;
}
.nav-list {
display: inline-block;
text-align: center;
margin-left: 5%;
border-style: ridge;
border-color: black;
border-width: 2px;
background-color: papayawhip;
}
/* Next section is CSS for "about.html" */
.title {
text-align: center;
}
.title-1 {
display: inline-block;
}
.title-2 {
display: inline-block;
padding-left: 20%;
}
.m-images {
display: flex;
justify-content: space-between;
align-items: flex-start;
max-width: 100%;
margin: 0;
}
.m-figure, .mn-figure {
width: 48%;
margin-bottom: 0%;
}
.mont-body {
width: 52%;
}
.activities {
padding-left: 5%;
margin-bottom: 5%;
}
.activities-list {
list-style-type: none;
text-align: center;
}
.act-list {
display: inline;
margin-right: 5%;
}
.act {
display: inline-block;
padding: 10px;
text-decoration: none;
background-color: aqua;
color: black;
border-radius: 5px;
}
.historc {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.historic figure {
text-align: center;
}