Skip to content

Instantly share code, notes, and snippets.

View hibangun's full-sized avatar
👋
Hi there!

Bangun hibangun

👋
Hi there!
View GitHub Profile
@hibangun
hibangun / readme.md
Created January 23, 2021 02:59
asdasda

Markdown syntax guide

Headers

This is a Heading h1

This is a Heading h2

This is a Heading h6

Emphasis

@hibangun
hibangun / polkadot.css
Created January 10, 2020 03:36
Polkadot Background CSS
body {
background-image: radial-gradient(#ddd 1px,transparent 1px), radial-gradient(#ddd 1px,transparent 1px);
background-position: 0 0, 25px 25px;
background-size: 50px 50px;
background-attachment: fixed;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Imam Besar</title>
<style id="jsbin-css">
* {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;