antin
Sweden
 
 
No information given.
Currently Offline
dreeys 9 Mar @ 1:52pm 
@keyframes glow {
0% {
text-shadow: 0px 0px 10px white;
}
50% {
text-shadow: 0px 0px 80px white;
}
100% {
text-shadow: 10px 0px 5px white;
}
}

.glow-animate {
color: white;
animation: glow 1s infinite alternate;
}

.list-of-games {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 40px;
justify-content: center;
padding-bottom: 100px; /* Lägg till extra utrymme längst ner */
}
dreeys 8 Mar @ 4:49pm 
<div className="list-of-games">
{games.map((game) => (
<div key={game.id} className="game-card">
<li>
<img src={game.background_image} className="game-image"/>
<h2 className="text-games">{game.name}</h2>
</li>
</div>
))}

</div>
og 14 Feb @ 3:44pm 
Tjo!
dreeys 24 Jan @ 11:03am 
<body>
<h1>Vill du verkligen radera laget?</h1>
<div>
<p><strong>Lag:</strong> @Model.Name</p>
<p><strong>Antal Spelare:</strong> @Model.NumberOfPlayers</p>
</div>
<form method="post" asp-action="DeleteConfirmed">
<input type="hidden" name="id" value="@Model.Id" />
<button type="submit" class="btn btn-danger">Radera</button>
<a href="@Url.Action("Index")" class="btn btn-secondary">Avbryt</a>
</form>
</body>
Älin 24 Aug, 2024 @ 4:42pm 
🕊️ 🅹🅴🆂🆄🆂 🕊️
THE KING IN THE NORTH!! 23 Apr, 2024 @ 12:26pm 
Bomba.