Skip to content

Instantly share code, notes, and snippets.

View RamiroSosaC's full-sized avatar
🎯
Focusing

Ramiro RamiroSosaC

🎯
Focusing
View GitHub Profile
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mastering HTTP & HTTPS</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
.gradient-text { background: linear-gradient(90deg, #22d3ee, #818cf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.tab-content { display: none; }