Skip to content

Commit 0f77dfc

Browse files
committed
Simplifyredesign
1 parent 25d3353 commit 0f77dfc

File tree

3 files changed

+531
-204
lines changed

3 files changed

+531
-204
lines changed

css/site.css

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
body {
2+
margin:0;
3+
padding:0;
4+
}
5+
6+
a {
7+
color:darkblue;
8+
text-decoration:none;
9+
}
10+
11+
a:hover {
12+
background:#def;
13+
}
14+
15+
a.button {
16+
background:darkblue;
17+
padding:10px 20px;
18+
border-radius:3px;
19+
color:#fff;
20+
}
21+
22+
a.button:hover {
23+
background:blue;
24+
}
25+
26+
.h30 {
27+
height:30px;
28+
margin-bottom:10px;
29+
display:block;
30+
}

0 commit comments

Comments
 (0)