<body>
<div>
<h1> WORLD <br>
WIDE <br>
WEB </h1>
<p1>
<br>
<br>
<br>
<br>
Today I learn to code </p1>
</div>
<img src="https://w7.pngwing.com/pngs/974/905/png-transparent-computer-icons-symbol-symbols-web-design-symmetry-internet.png" width="100" height="100">
<p>
HTML is the basic <strong>architecture</strong>,
<br>
<em>every</em> website is made of.
</p>
</body>
index.html
body {
margin: 0;
height: 100vh;
/* center child element */
display: flex;
justify-content: center;
align-items: center;
}
body {
background-color:white;
color: black;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}
p {
margin: 0rem 4rem;
font-family: DRUK wide;
}
p1{
font-family: DRUK wide;
margin: 0.1rem 2rem;
}
em {
color: #bdfd00;
}
strong {
color: #bdfd00;
}
h1 {
font-family: DRUK wide;
font-size: 8rem;
color: #bdfd00;
margin-bottom: 1rem;
margin-top: 2rem;
line-height: 1;
}