File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 7
7
< style >
8
8
* {
9
9
box-sizing : border-box;
10
+ color : # eee ;
11
+ font : normal 10 px/1 sans-serif;
10
12
margin : 0 ;
11
13
padding : 0 ;
12
14
}
13
- body , a , h1 {
14
- color : # eee ;
15
- }
16
15
body {
17
16
background : # 333 ;
18
- padding : 6 em ;
17
+ padding : 10 em ;
19
18
}
20
19
a {
21
20
text-decoration : none;
25
24
}
26
25
h1 : after {
27
26
content : 'togA' ;
28
- font : normal 128 px /1 'Cinzel Decorative' , cursive;
27
+ font : normal 100 px /1 'Cinzel Decorative' , cursive;
29
28
}
30
29
p {
31
- color : # eee ;
32
- font : normal 12 px/1 sans-serif;
33
- letter-spacing : 2px ;
34
- padding : 0 5px 10px ;
30
+ letter-spacing : 0.2em ;
31
+ padding : 0 0.5em 1em ;
35
32
text-transform : uppercase;
36
33
}
37
34
</ style >
38
35
</ head >
39
36
< 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 >
43
41
</ body >
44
42
</ html >
You can’t perform that action at this time.
0 commit comments