-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtuts+town.css
More file actions
50 lines (49 loc) · 870 Bytes
/
tuts+town.css
File metadata and controls
50 lines (49 loc) · 870 Bytes
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
body {
background-color: #FAF8DA;
font-family: 'Open Sans';
margin: 0;
}
.primary-header {
background-color: blue;
text-align: center;
}
.main-heading {
font-size: 70px;
color: #205D76;
}
.town-preview {
width: 650px;
}
.store-section {
display: flex;
display: -webkit-flex;
margin: 50px auto;
width: 450px;
}
.store-details {
margin-left: 30px;
}
.store-name {
margin-bottom: 10px;
}
.building {
width: 200px;
}
.category-heading {
color: #205D76;
font-size: 30px;
}
.store-list {
color: #FFC122; /* Changes list’s bullet point color */
padding-left: 15px;
margin-left: 30px;
}
.primary-footer {
padding: 2px;
text-align: center;
background-color: #FFC122;
}
.created-by {
color: #FFFFFF;
font-size: 20px;
}