test changes

This commit is contained in:
BluePotato102
2023-08-26 15:33:55 -05:00
parent 999b1858ac
commit e4ecb8f2b9
4 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -108,7 +108,6 @@ logo img {
float: left;
width: 25%;
padding: 0 10px;
cursor: pointer;
}
.column button {
@@ -132,8 +131,10 @@ logo img {
font-family: var(--font-family);
transition: all 0.2s ease-in;
cursor: pointer;
}
}
.card:hover {
background-color: var(--hover-color);
transform: scale(1.05);
box-shadow: var(--font-color) 0 6px 12px 0;
}
+2 -1
View File
@@ -72,7 +72,8 @@
<div class="column">
<button>
<div class="card">
<img src="" alt="">
<h1>Placeholder</h1> <!-- what 4 things are we putting? (all) games, settings, changelog, about blank, game of the week, etc-->
<img src="https://placehold.co/200" alt="placeholder">
<h5>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore repellat blanditiis exercitationem nesciunt enim esse nihil aliquam deserunt ratione, rerum possimus placeat consequuntur excepturi repudiandae tenetur eos ut delectus fuga?</h5>
</div>
</button>