antin
Sweden
 
 
Keine Informationen angegeben.
Zurzeit offline
dreeys 9. März um 13:52 
@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. März um 16:49 
<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. um 15:44 
Tjo!
dreeys 24. Jan. um 11:03 
<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 um 16:42 
🕊️ 🅹🅴🆂🆄🆂 🕊️
congo 23. Apr. 2024 um 12:26 
Bomba.