Skip to content

Commit

Permalink
A focused look to our King of Ages ver1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valentino-setiawan committed May 27, 2024
1 parent 719de98 commit 55a28b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ValTest/KoA.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>Through His Will Alone.</h2>
</div>

<div class="Media">
<img src="MediaDump/IMG-1.jpg">
<img src="MediaDump/IMG-1.jpg" class="Siel">
<img src="MediaDump/IMG-2.jpg">
<img src="https://media.discordapp.net/attachments/723897894570295376/1240521664999981086/IMG-3.jpg?ex=664ad1d4&is=66498054&hm=9b2e16e9936047541e582ae931e47f96eda21487042363d00501e0c986737a18&">
<img src="MediaDump/IMG-4.jpg">
Expand Down
9 changes: 8 additions & 1 deletion ValTest/test-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,25 @@ nav {
}

.Media img, video{
object-fit: cover;
object-position: top;
height: 155px;
width: 200px;
margin-left:95%;
border: var(--MainCol) solid;
border-radius: 20px;
}

img.Siel {
object-fit: cover;
object-position: center;
}

.Kill-em-all img {
margin-top: 20px;
margin-left: 225px;
width: 426px;
height: 40px;
height: 40px;
object-fit: cover;
object-position: 50% 100%;
border-top: solid black 4px;
Expand Down

0 comments on commit 55a28b8

Please sign in to comment.