Skip to content

Commit

Permalink
Merge pull request #10 from valentino-setiawan/main
Browse files Browse the repository at this point in the history
Less distortion on He Who Commands All and stuff ver1.2
  • Loading branch information
ItecMetschoo authored May 28, 2024
2 parents 73e1838 + 55a28b8 commit 60ed705
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ValTest/KoA.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ <h1>Project Remembrancer</h1>
<li>
<a href="index.html">Home</a>
</li><br>

<a href="Photo-Archive.html">Photo Archive</a>
</li><br>
</li><br><br>
<li>
<a href="Vid-Archive.html">Video Archive</a>
</li><br>
Expand All @@ -39,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 All @@ -49,11 +48,12 @@ <h2>Through His Will Alone.</h2>
</video>
<img src="MediaDump/IMG-6.jpg">
<img src="MediaDump/IMG-7.jpg">
<img src="MediaDump/IMG-8.jpg">
<img src="MediaDump/IMG-9.jpg">
<img src="MediaDump/IMG-10.jpg">
</div>
<div class="Kill-em-all">
<a href="https://www.instagram.com/ezekielbf_?igsh=ZjRnNDlmdGlhc2hj">
<!-- <h3>Would you like to learn more?</h3> -->
<img src="https://pbs.twimg.com/media/FNCB-rDVIAAV2bm.jpg">
</a>

</div>
Binary file added ValTest/MediaDump/IMG-10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ValTest/MediaDump/IMG-8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ValTest/MediaDump/IMG-9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 60ed705

Please sign in to comment.