<style>
/* Base styles */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: white;
color: black;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
/* Light theme */
@media (prefers-color-scheme: light) {
body {
background-color: white;
color: black;
}
}
/* Dark theme */
@media (prefers-color-scheme: dark) {
body {
background-color: black;
color: white;
}
}
/* Responsive design */
@media (max-width: 768px) {
.container {
padding: 10px;
}
}
/* Advanced CSS */
.button {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.3s ease;
}
.button:hover {
background-color: #0056b3;
}
.game {
margin-top: 20px;
padding: 10px;
background-color: #f2f2f2;
border-radius: 5px;
}
.game img {
max-width: 100%;
border-radius: 5px;
}
.play-button {
display: block;
margin-top: 10px;
}
</style>
Welcome to Glox
Create and play games on the fly!
Snake Game
This is a classic snake game where you control a snake to eat fruits and grow longer.
Playy
Squarebot Game
In this game, you control a square robot to navigate through obstacles and reach the goal.
Play
Tag
Play tag with your friends in this exciting multiplayer game.
Play