Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 45 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,45 @@
Script HTML Bucin
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Untuk Wawa ❤️</title>

<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Segoe UI',sans-serif;
background:linear-gradient(135deg,#ffdde1,#ee9ca7);
min-height:100vh;
overflow-x:hidden;
color:white;
}

.container{
max-width:900px;
margin:auto;
padding:40px 20px;
text-align:center;
}

.card{
background:rgba(255,255,255,0.15);
backdrop-filter:blur(12px);
border-radius:25px;
padding:35px;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

h1{
font-size:3em;
margin-bottom:20px;
}

.typing{
border-right:3px solid white;
white-space