:)
This commit is contained in:
+2
-2
@@ -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
@@ -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>
|
||||
|
||||
@@ -599,4 +599,7 @@ input:checked+.slider:before {
|
||||
|
||||
.featuredtopbar {
|
||||
padding-bottom: 2vh;
|
||||
}
|
||||
.gamesectionheader{
|
||||
text-align: left;
|
||||
}
|
||||
Reference in New Issue
Block a user