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;
|
text-align: center;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
background: linear-gradient(45deg, purple, hotpink);
|
color: white;
|
||||||
color: transparent;
|
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 {
|
.subtitle {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: gray;
|
color: gray;
|
||||||
|
|||||||
@ -9,16 +9,9 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="page">
|
<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="container">
|
||||||
<div class="icon-wrapper">
|
<div class="icon-wrapper">
|
||||||
<div class="icon-bg"></div>
|
|
||||||
<div class="icon">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="title">Buat Akun Baru ✨</h2>
|
<h2 class="title">Buat Akun Baru ✨</h2>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user