Added base and created Gamecss
This commit is contained in:
@ -4,6 +4,8 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/games.css">
|
||||||
<title>Void's Games and Recomendations</title>
|
<title>Void's Games and Recomendations</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -16,20 +18,6 @@
|
|||||||
<p>lorem20</p>
|
<p>lorem20</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="myGamesList">
|
|
||||||
<div class="myGame">
|
|
||||||
<h3>%TITLE%</h3>
|
|
||||||
<img src="/media/placeholder.png" alt="">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="myGamesList">
|
|
||||||
<div class="myGame">
|
|
||||||
<h3>%TITLE%</h3>
|
|
||||||
<img src="/media/placeholder.png" alt="">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<h1>Game Reviews</h1>
|
<h1>Game Reviews</h1>
|
||||||
<div class="gameReviews">
|
<div class="gameReviews">
|
||||||
<div class="gameReview">
|
<div class="gameReview">
|
||||||
|
|||||||
0
stylesheets/games.css
Normal file
0
stylesheets/games.css
Normal file
Reference in New Issue
Block a user