Skip to content

Commit

Permalink
Added image to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
GianiStatie committed Jan 26, 2024
1 parent 6f97c33 commit aec5d8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Behold our digital menagerie of gaming and AI creations! These projects aren't y

## 👾 Converting 3D models into Sprites

![image alt <](pixelize3D-showcase.gif)
Are you tired of painstakingly having to draw new assets every time your developer has a cool mechanics idea? Wish you could add more view angles to your pixel art without having to spend hours or days? Enter Pixelize3D, the ultimate solution to transform your 3D models into pixelated spritesheets effortlessly...

[[Discover Pixelize3D#👉Read more]]
Expand Down
15 changes: 15 additions & 0 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
@use "./base.scss";

// put your custom CSS here!
img[alt$=">"] {
float: right;
}

img[alt$="<"] {
float: left;
}

img[alt$="><"] {
display: block;
max-width: 100%;
height: auto;
margin: auto;
float: none!important;
}

0 comments on commit aec5d8e

Please sign in to comment.