This commit is contained in:
Dean @ Skool
2023-11-15 15:07:51 -05:00
parent c2510418f0
commit 85e6d8a6ce
3 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -16,10 +16,10 @@
<body>
<div class="content">
<h1 style="font-size: 6vh;">Games</h1>
<h1 style="font-size: 4vh;">Popular</h1>
<h1 style="font-size: 4vh;" class="gamesectionheader">Popular</h1>
<div class="popular-games">
</div>
<h1 style="font-size: 4vh;">All Games</h1>
<h1 style="font-size: 4vh;" class="gamesectionheader">All Games</h1>
<input type="text" id="searchInput" class="settings-input" placeholder="Search Games...">
<br>
<div style="padding-bottom: 2vh;">
+2 -2
View File
@@ -16,8 +16,8 @@
</head>
<body>
<!--<h1 class="welcome" id="welcome">Hi, <span class="blue">polaris had a stroke</span></h1>-->
<div style="margin-top: 10vh; display: flex; justify-content: space-between;">
<h1 class="welcome" id="welcome">Welcome to <span class="blue">your best friend</span></h1>
<div style="display: flex; justify-content: space-between;">
<div class="featuredcontainer">
<div class="featuredtopbar">
<b style="font-size: 5vh;">Featured Game</b>
+3
View File
@@ -599,4 +599,7 @@ input:checked+.slider:before {
.featuredtopbar {
padding-bottom: 2vh;
}
.gamesectionheader{
text-align: left;
}