Compare commits
2 Commits
e91c91f759
...
21a4b3975a
| Author | SHA1 | Date | |
|---|---|---|---|
| 21a4b3975a | |||
| f466e116f1 |
@@ -8,7 +8,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<h1 class="title">My games</h1>
|
<!-- <h1 class="title">My games</h1> -->
|
||||||
<div class="games">
|
<div class="games">
|
||||||
<div class="games__section stroll">
|
<div class="games__section stroll">
|
||||||
<div class="games__section__game">
|
<div class="games__section__game">
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="https://games.anatolykopyl.ru/mwg" target="_blank">Play now</a>
|
<a href="https://games.anatolykopyl.ru/mwg" target="_blank">Play now</a>
|
||||||
<a href="https://gamejolt.com/games/monkeys-with-grenades/83237" target="_blank">Check out on GameJolt</a><br>
|
<a href="https://gamejolt.com/games/monkeys-with-grenades/83237" target="_blank">Check out on GameJolt</a><br>
|
||||||
<a href="https://music.amazon.com.au/artists/B08FHBMW58/lebtr" target="_blank">Music by Lebtr</a>
|
<a href="https://linktr.ee/lebtr" target="_blank">Music by Lebtr</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="https://gamejolt.com/games/murk/92990" target="_blank">Check out on GameJolt</a><br>
|
<a href="https://gamejolt.com/games/murk/92990" target="_blank">Check out on GameJolt</a><br>
|
||||||
<a href="https://music.amazon.com.au/artists/B08FHBMW58/lebtr" target="_blank">Music by Lebtr</a>
|
<a href="https://linktr.ee/lebtr" target="_blank">Music by Lebtr</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ $clr-text: #171c20;
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 64px 0;
|
padding: 32px 20px;
|
||||||
background-color: #F3B61F;
|
background-color: #F3B61F;
|
||||||
//box-shadow: 0px 10px 20px rgba(19, 19, 19, 0.897);
|
//box-shadow: 0px 10px 20px rgba(19, 19, 19, 0.897);
|
||||||
box-shadow: 0 5px 0 $clr-text;
|
box-shadow: 0 5px 0 $clr-text;
|
||||||
@@ -69,7 +69,8 @@ $clr-text: #171c20;
|
|||||||
// background-color: rgb(211, 211, 211);
|
// background-color: rgb(211, 211, 211);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
&::before, &::after {
|
&::before,
|
||||||
|
&::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: "";
|
content: "";
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
@@ -131,7 +132,8 @@ $clr-text: #171c20;
|
|||||||
z-index: -20;
|
z-index: -20;
|
||||||
padding: 48px 0;
|
padding: 48px 0;
|
||||||
|
|
||||||
&::before, &::after {
|
&::before,
|
||||||
|
&::after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user