avisenna-landing-page/style.css
2025-04-09 22:48:11 +00:00

22 lines
360 B
CSS

body {
background-color: #0f172a;
color: #facc15;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
}
h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
}
p {
font-size: 1.25rem;
}