Skip to content

Commit e5654bc

Browse files
authored
Update main.css
1 parent 61c0d16 commit e5654bc

File tree

1 file changed

+34
-18
lines changed

1 file changed

+34
-18
lines changed

css/source/main.css

Lines changed: 34 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,51 @@
11
body {
2-
font-family: "Kotta One", "Trebuchet MS", Helvetica, sans-serif;
3-
padding: 0;
4-
margin: 0;
2+
font-family: "Kotta One","Trebuchet MS",Helvetica,sans-serif;
3+
padding: 0;
4+
margin: 0;
5+
background:#FF5722;
6+
color:#FFE;
7+
}
8+
a {
9+
color:#FFEB3B;
510
}
611

712
.container {
8-
width: 560px;
9-
margin: 0 auto 20px auto;
10-
padding:20px 0;
13+
max-width: 560px;
14+
margin: 0 auto;
15+
padding: 20px;
1116
}
1217

1318
h1 {
14-
font-size: 6.5em;
15-
margin:20px 0;
16-
padding:0;
17-
font-family: "Kotta One", Arial, monospace;
19+
font-size: 3.9em;
20+
margin: 20px 0;
21+
padding: 0;
22+
font-family: "Kotta One",Arial,monospace
23+
}
24+
25+
iframe {
26+
width: 100%;
1827
}
1928

2029
footer {
21-
border-top: 1px solid #DDD;
22-
margin:30px 0;
23-
padding: 10px 0;
24-
color:#999;
30+
border-top: 1px solid #DDD;
31+
margin: 30px 0 0 0;
32+
padding: 10px 0;
33+
color: #FFEB3B
2534
}
2635

2736
footer img {
28-
float: right;
29-
margin-top: -20px;
30-
width: 48px
37+
width: 48px;
38+
display: block;
39+
margin: 60px auto 0 auto;
3140
}
3241

3342
nav {
34-
text-align: center;
43+
text-align: center
44+
}
45+
46+
@media screen and (min-width: 400px) {
47+
footer img {
48+
float:right;
49+
margin:-20px 0 0 0;
50+
}
3551
}

0 commit comments

Comments
 (0)