CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 21:49:26 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=60a33b38065414b2437749bfa6f7035397b87e96e967aa33055f71a6f279f82da%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22H_E9er0sZtnvDqzNIklDC3zx7DxyJs7a%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d9cea0eae4c1cc-BLR
Logo de Netflix con Puro CSS - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="es">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Logo de Netflix con Puro CSS</title>
- <link rel="stylesheet" href="assets/css/estilos.css">
- </head>
- <body>
- <div class="netflix"></div>
- </body>
- </html>
- <!DOCTYPE html>
- <html lang="es">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Logo de Netflix con Puro CSS</title>
- <style>
- body {
- margin: 0;
- height: 100vh;
- display: flex;
- justify-content: center;
- align-items: center;
- background: #000000;
- }
- .logo-netflix {
- width: 3rem;
- height: 15rem;
- border-left: 3rem solid #e50914;
- border-right: 3rem solid #e50914;
- position: relative;
- }
- .logo-netflix::before,
- .logo-netflix::after {
- content: "";
- position: absolute;
- }
- .logo-netflix::before {
- inset: 0;
- background: #e50914;
- transform: skewX(21.5deg);
- box-shadow: 0 0 30px #000000;
- }
- .logo-netflix::after {
- width: 15rem;
- height: 2rem;
- background: #000000;
- border-radius: 50%;
- top: 98%;
- left: -200%;
- }
- </style>
- </head>
- <body>
- <div class="logo-netflix"></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ W
JavaScript | 0 sec ago | 0.25 KB
-
💵 Make 3000$ in 20 minutes 💵
JavaScript | 6 sec ago | 0.24 KB
-
📝 EASY MONEY GUIDE ✅ Working S
JavaScript | 11 sec ago | 0.25 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 15 sec ago | 0.24 KB
-
📌 Instant BTC Profit Method ✅ Working R
JavaScript | 21 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐ 7
JavaScript | 29 sec ago | 0.25 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 30 sec ago | 0.24 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 36 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand