!DOCTYPE html
html lang=en
head
meta charset=UTF-8
meta name=viewport content=width=device-width, initial-scale=1.0
titleWelcometitle
style
body {
background-color #1E3A8A;
color white;
font-family Arial, sans-serif;
display flex;
flex-direction column;
justify-content center;
align-items center;
height 100vh;
text-align center;
margin 0;
}
h1 {
font-size 3rem;
}
p {
font-size 1.5rem;
max-width 600px;
}
.quote {
font-style italic;
margin-top 20px;
}
style
head
body
h1Welcome!h1
p class=quote“Believe you can and you're halfway there.” – Theodore Rooseveltp
body
html