Skip to content

Instantly share code, notes, and snippets.

@Closer2U
Closer2U / 000_svg_css_TOC.md
Last active February 28, 2021 18:10
Nice SVGs and CSS stuff I came across online
@Closer2U
Closer2U / index.html
Last active October 21, 2020 01:19
clock with text widget source https://jsbin.com/soxefij
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>clock</title>
<link href='https://fonts.googleapis.com/css?family=Monda:400,700' rel='stylesheet' type='text/css'>
@Closer2U
Closer2U / dynamically-generated-calendar.markdown
Last active October 21, 2020 00:06
Dynamically generated calendar
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
#art {
width: 240px;
height: 240px;
@Closer2U
Closer2U / js oop example.html
Last active October 19, 2020 13:37
javascript oop example
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GitHub &amp; BitBucket HTML Preview</title>
<style>
body {
font: 13px Helvetica, arial, freesans, clean, sans-serif;
color: #333;
}
@Closer2U
Closer2U / index.html
Last active October 7, 2020 18:37
// source https://jsbin.com/quwavix Neumorphism Cardstyle
<html>
<head>
<!-- meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style id="jsbin-css">
/* ============================ Dashboard =================================== */
#dashboard-body{
@Closer2U
Closer2U / index.html
Last active October 7, 2020 15:37
background blur with overlay // source https://jsbin.com/yitukas
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
How to make a CSS glass/blur
effect work for an overlay?
</title>
@Closer2U
Closer2U / _000 Gist Shortcuts.md
Last active March 4, 2021 01:32
Gist Shortcuts for publishing, previewing etc...

File Tree CSS

Saw a file tree structure online and had to create a SASS version for BootAdmin.org.

A Pen by Sazzad on CodePen.

License.