Skip to content

Commit 5df1ac3

Browse files
committed
Programmer art logo
1 parent c51dbf3 commit 5df1ac3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

assets/images/logo_background.png

1 KB
Loading

assets/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ body {
88

99
#container { margin:0 auto; width:1150px; max-width:100%; }
1010

11-
#logo { margin-left:13em; margin-top: 1.5em; }
11+
#logo { margin-left:13em; margin-top: 1.5em; padding: 2.0em 0 0 2.0em;
12+
background-image:url("images/logo_background.png");
13+
background-repeat:no-repeat; background-origin:border-box; }
1214
#logo h1 { font-weight:normal; margin:0; line-height:100%; }
1315
#logo h3 { font-weight:normal; margin:0; line-height:100%; }
1416

notes/todo.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
Filter by username. (Sudnep's suggestion)
2-
31
Write What Is This and How Does It Work texts.
4-
Design logo.
52

63
Show clips created during that stream.
74
Mobile view. (check hckrnews)

0 commit comments

Comments
 (0)