test changes
This commit is contained in:
+3
-2
@@ -108,7 +108,6 @@ logo img {
|
|||||||
float: left;
|
float: left;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.column button {
|
.column button {
|
||||||
@@ -132,8 +131,10 @@ logo img {
|
|||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
transition: all 0.2s ease-in;
|
transition: all 0.2s ease-in;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card:hover {
|
.card:hover {
|
||||||
background-color: var(--hover-color);
|
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">
|
<div class="column">
|
||||||
<button>
|
<button>
|
||||||
<div class="card">
|
<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>
|
<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>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user