Skip to content

Instantly share code, notes, and snippets.

View contatosatech-prog's full-sized avatar

contatosatech-prog

  • Joined Sep 7, 2025
View GitHub Profile
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Carrossel Drive</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#000}
.carousel{width:90%;max-width:900px;overflow:hidden;border-radius:12px;position:relative}