-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
123 lines (100 loc) · 1.34 KB
/
index.css
File metadata and controls
123 lines (100 loc) · 1.34 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body {
background-color: #78b3a5;
font-family: 'Cabin Sketch', cursive;
}
header {
padding-bottom: 20px;
}
header img {
display: block;
margin: 0 auto;
}
header h1 {
font-size: 100px;
color: rgba(154, 0, 8, 0.60);
text-align: center;
}
nav ul {
width: 500px;
margin: 0 auto;
}
section {
width: 60%;
float: left;
}
aside {
width: 30%;
float: right;
}
footer {
width: 100%;
float: right;
clear: right;
}
nav a {
color: rgba(154, 0, 8, 0.60);
text-decoration: none;
}
aside h3 {
width: 250px;
margin: 0 auto;
}
ul {
width: 200px;
margin: 0 auto;
padding-left: 0px;
}
ul li {
list-style-type: none;
}
aside li {
border: 2px solid #e3cda9;
text-align: center;
}
.navList {
display: inline;
padding: 0 15px;
}
.mainArticle {
width: 75%;
padding: 5px;
background-color: #e3cda9;
margin: 0 auto;
}
.footerInfo {
width: 50%;
margin: 0 auto;
text-align: center;
}
#wrapper {
overflow: auto;
width: 100%;
}
#familyPhoto {
display: block;
margin: 20px auto;
}
#newStore {
margin-top: 10px;
background-color: rgba(154, 0, 8, 0.60);
color: #e3cda9;
padding: 4px;
}
#contact {
overflow: auto;
width: 50%;
margin: 0 auto;
}
#email {
width: 100px;
float: left;
}
#phone {
width: 100px;
float: right;
}
#cell {
width: 100px;
float: left;
margin-left: 100px;
}