update register
This commit is contained in:
parent
e821862846
commit
6bef66244f
10
register.css
10
register.css
@ -95,10 +95,16 @@ body {
|
||||
text-align: center;
|
||||
font-size: 22px;
|
||||
margin-bottom: 10px;
|
||||
background: linear-gradient(45deg, purple, hotpink);
|
||||
color: transparent;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
border-radius: 40px;
|
||||
background: linear-gradient(45deg, purple, hotpink);;
|
||||
font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
|
||||
text-shadow:
|
||||
0 0 10px #000000,
|
||||
}
|
||||
|
||||
|
||||
.subtitle {
|
||||
text-align: center;
|
||||
color: gray;
|
||||
|
||||
@ -9,16 +9,9 @@
|
||||
<body>
|
||||
|
||||
<div class="page">
|
||||
<!-- Background animasi -->
|
||||
<div class="bg-1"></div>
|
||||
<div class="bg-2"></div>
|
||||
<div class="bg-3"></div>
|
||||
|
||||
<div class="container">
|
||||
<div class="icon-wrapper">
|
||||
<div class="icon-bg"></div>
|
||||
<div class="icon">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 class="title">Buat Akun Baru ✨</h2>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user