Skip to content

Commit e806fb5

Browse files
committed
eddiejaoude#21 chibi cartoon character added
1 parent 78c7c02 commit e806fb5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

css/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
body {
2+
background-image: url("../img/chibi.png");
3+
background-position: right bottom;
4+
background-repeat: no-repeat;
5+
}

img/chibi.png

70.8 KB
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
<!-- Custom styles for this template -->
2222
<link href="css/resume.min.css" rel="stylesheet">
23+
<link href="css/styles.css" rel="stylesheet">
2324

2425
</head>
2526

0 commit comments

Comments
 (0)