Skip to content

Commit 847f925

Browse files
committed
Readd processed css because hurr github
1 parent dc42f62 commit 847f925

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

css/main.css

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/* Mixins, imports, variables */
2+
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
3+
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
4+
/* Global resets */
5+
* {
6+
margin: 0;
7+
padding: 0; }
8+
9+
html {
10+
position: relative;
11+
min-height: 100%; }
12+
13+
/* Les styles */
14+
body {
15+
margin: 0 0 105px;
16+
background-color: #e05221;
17+
color: #3d210c;
18+
font-family: "Open Sans", "sans-serif";
19+
max-width: 1150px;
20+
min-width: 800px;
21+
margin: 0 auto;
22+
padding: 0 70px; }
23+
24+
header {
25+
margin-top: 52.5px; }
26+
27+
footer {
28+
position: absolute;
29+
bottom: 0;
30+
height: 105px;
31+
width: 100%; }
32+
footer a {
33+
color: #3d210c;
34+
font-size: 40px;
35+
padding-right: 10px; }
36+
37+
a {
38+
color: #5f442e;
39+
text-decoration: none; }
40+
41+
a:hover {
42+
color: #dddddd;
43+
text-decoration: none; }
44+
45+
h1, h2 {
46+
font-family: "Raleway", "sans-serif"; }
47+
48+
h1 {
49+
font-weight: 900;
50+
font-size: 60px; }
51+
52+
h2 {
53+
font-weight: 700;
54+
font-size: 35px; }
55+
56+
#content {
57+
height: 370px;
58+
line-height: 370px; }
59+
60+
#index {
61+
font-size: 32px;
62+
line-height: 50px;
63+
text-align: right;
64+
display: inline-block;
65+
vertical-align: middle;
66+
width: 100%; }

0 commit comments

Comments
 (0)