-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAcme.css
122 lines (111 loc) · 1.72 KB
/
Acme.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
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
body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 1.5;
padding: 0;
margin: 0;
background-color: #f4f4f4;
}
.container
{
width: 80%;
margin: auto;
overflow: hidden;
}
header
{
background-color: #35424a;
color: white;
padding-top: 30px;
BORDER-BOTTOM: #E8491D 3PX SOLID;
min-height: 120px;
}
header a
{
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
}
header li
{
float: left;
display: inline;
padding: 0 10px 0 20px;
}
header #branding
{
float: left;
}
header #branding h1
{
margin: 0
}
header nav
{
float: right;
margin-top: 0px;
}
.container .acme,.home
{
color: red;
}
header a:hover{
color: #cccccc;
font-weight: bold;
}
#showcase{
background: url(images/1.jpg) no-repeat;
min-height: 500px;
text-align: center;
color: white;
}
#showcase h1{
margin-top: 40px;
font-size: 40px;
margin-bottom: 10px
}
#showcase p{
font-size: 17px;
}
#newsletter
{
padding: 15px;
color: white;
background-color: #35424a;
}
#newsletter h1
{
float: left;
}
#newsletter form
{
float: right;
margin-top: 25px;
}
#newslette,.email{
padding: 4px;
height: 30px;
width: 250px;
text-align: center;
}
#newslette,.submit{
color: black;
padding:2px;
border: none;
background: orange;
}
.fluid {
margin-top: 20px;
width: 100%;
text-align: center;
}
footer
{
padding: 20px;
margin-top: 20px;
color: white;
background-color: #e8491d;
text-align: center;
}