- Dapatkan pautan
- E-mel
- Apl Lain
Demo
Sebagai latar belakang halaman;
HTML view ▼
<style>
body {
background: rgb(41, 61, 71);
background-image: radial-gradient( circle, var(--dot-color, rgb(96 125 139 / .3)) calc(25% - 1px), transparent 25% );
background-size: 2rem 2rem;
--dot-color: rgb(96 125 139 / .3);
background-attachment: fixed;
}
</style>
body {
background: rgb(41, 61, 71);
background-image: radial-gradient( circle, var(--dot-color, rgb(96 125 139 / .3)) calc(25% - 1px), transparent 25% );
background-size: 2rem 2rem;
--dot-color: rgb(96 125 139 / .3);
background-attachment: fixed;
}
</style>
Catatan oleh
Orandableg
- Dapatkan pautan
- E-mel
- Apl Lain
Ulasan