Skip to content

Commit 111ab42

Browse files
Design tweak.
1 parent 2b9fb96 commit 111ab42

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

index.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
<style>
88
* {
99
box-sizing: border-box;
10+
color: #eee;
11+
font: normal 10px/1 sans-serif;
1012
margin: 0;
1113
padding: 0;
1214
}
13-
body, a, h1 {
14-
color: #eee;
15-
}
1615
body {
1716
background: #333;
18-
padding: 6em;
17+
padding: 10em;
1918
}
2019
a {
2120
text-decoration: none;
@@ -25,20 +24,19 @@
2524
}
2625
h1:after {
2726
content: 'togA';
28-
font: normal 128px/1 'Cinzel Decorative', cursive;
27+
font: normal 100px/1 'Cinzel Decorative', cursive;
2928
}
3029
p {
31-
color: #eee;
32-
font: normal 12px/1 sans-serif;
33-
letter-spacing: 2px;
34-
padding: 0 5px 10px;
30+
letter-spacing: 0.2em;
31+
padding: 0 0.5em 1em;
3532
text-transform: uppercase;
3633
}
3734
</style>
3835
</head>
3936
<body>
40-
<h1>Toga</h1>
41-
<p>Clothe your code</p>
42-
<p><a href="https://github.com/togajs">View on GitHub</a></p>
37+
<a href="https://github.com/togajs">
38+
<h1>Toga</h1>
39+
<p>Clothe your code</p>
40+
</a>
4341
</body>
4442
</html>

0 commit comments

Comments
 (0)