<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portifólio</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class=" font-mono flex flex-col w-2/5 bg-gradient-to-r from-green-400 to-slate-500 justify-center p-10 m-auto my-10">
<h1 class="text-6xl text-center">Ale Costa</h1>
<p class="text-xl text-center">Desenvolvedor Front-End</p>
</div>
</body>
</html>