Skip to content

Instantly share code, notes, and snippets.

View yalishizhude's full-sized avatar
:octocat:
《了不起的JavaScript工程师》出版!

亚里士朱德 yalishizhude

:octocat:
《了不起的JavaScript工程师》出版!
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div id="mocha"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mocha/6.0.2/mocha.min.js"></script>
<!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">
@yalishizhude
yalishizhude / dabblet.css
Last active April 21, 2017 07:53
Untitled
.pie {
width: 100px;
height: 100px;
position: relative;
border-radius: 50%;
background-color: red;
background-image: linear-gradient(to right, transparent 50%, blue 0)
}
.pie::before {
content: '';
@yalishizhude
yalishizhude / dabblet.css
Created April 21, 2017 06:48
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;