<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>Portfolio</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="p-10 m-auto my-10 bg-gradient-to-r from-pink-400 to-blue-300 w-2/5 shadow-2xl">
<p class="text-3xl font-black">Gabriela</p>
<p class="text-2xl">Desenvolvedora Front-end</p>
</div>
</body>