This commit is contained in:
Abdullah-M0
2025-04-04 09:32:31 +02:00
parent b21583235d
commit 988cc21075
2 changed files with 20 additions and 1 deletions

View File

@@ -66,6 +66,25 @@
</div>
</body>
</html>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: url('https://source.unsplash.com/1600x900/?clean,bright') no-repeat center center fixed;
background-size: cover;
text-align: center;
}
.container {
max-width: 600px;
margin: 50px auto;
background: rgba(255, 255, 255, 0.9);
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
</style>
</body>