Spaces:
Runtime error
Runtime error
File size: 248 Bytes
26adb41 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | body {
font-family: Arial, sans-serif;
background: linear-gradient(to right, #6366f1, #ec4899);
color: white;
padding: 40px;
}
h1 {
font-size: 2.5em;
}
a {
color: #ffe082;
text-decoration: none;
font-weight: bold;
}
|