Skip to content

Commit 9413f29

Browse files
author
Josh Goldberg
authored
Removed margin around the "fork me" link
Although the image is absolutely positioned to top=0/right=0, the body still has some default margin that was preventing it from truly snapping to the corner.
1 parent f61a7a9 commit 9413f29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
body {
2+
margin: 0;
23
text-align: center;
34
font-family: 'Palatino Linotype';
45
font-size: 24px;
@@ -27,4 +28,4 @@ h1 {
2728

2829
#demo {
2930
width: 20em;
30-
}
31+
}

0 commit comments

Comments
 (0)