<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pruebas</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main>
<h1>Formación de <span>Front-end</span></h1>
</main>
<footer></footer>
</body>
</html>
//CSS
body{
background-color: #000000;
color: #f6f6f6;
}
strong{
color: #22D4fD;
}