test changes
This commit is contained in:
+3
-2
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user