Skip to content

Commit

Permalink
add rpg section
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Aug 20, 2024
1 parent 95d4ac2 commit 24c1976
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added assets/all-new-rpg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,14 @@ header .logo img {
100% {
background-position-x: calc(1 * var(--scroll-width));
}
}

.rpg {
width: 100%;
}

.rpg img {
width: 100%;
image-rendering: pixelated;
transform: translateY(-10px);
}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ <h3>Achievements system as a GitHub WebHook</h3>
<div class="layer layer-5 trees"></div>
<!-- <div class="layer layer-6 hero"></div> -->
</div>
<div class="rpg">
<img src="./assets/all-new-rpg.png">
</div>
<script src="./js/index.js"></script>
</body>

Expand Down

0 comments on commit 24c1976

Please sign in to comment.