<!DOCTYPE HTML>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Monofett&display=swap" rel="stylesheet">
</head>
<body>
<p>
<em>Coding</em> is for those who don't want to pay <strong>adobe</strong> for <u>design tools</u> :)
</p>
</body>
</html>
index.html
body {
background-color: rgba(83, 55, 147, 1);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 5rem;
text-align: center;
font-family: 'Monofett', cursive;
}
p{
color:rgba(102, 248, 65, 1);
}
em {
color: rgba(245, 40, 145, 1) ;
}
strong {
color: rgba(245, 205, 60, 1);
}
u {
color: rgba(228, 150, 51, 1);
}