Skip to content

Instantly share code, notes, and snippets.

View xyzdata's full-sized avatar
🏠
Working from home

xyzdata xyzdata

🏠
Working from home
View GitHub Profile
@xyzdata
xyzdata / tree.css
Created August 23, 2017 07:52 — forked from dylancwood/tree.css
CSS to create a simple tree structure with connecting lines. No images or JS required.
ul.tree, ul.tree ul {
list-style: none;
margin: 0;
padding: 0;
}
ul.tree ul {
margin-left: 10px;
}
ul.tree li {
margin: 0;
@xyzdata
xyzdata / Ant-Design.md
Last active August 11, 2022 15:01
Ant-Design
@xyzdata
xyzdata / index.html
Created July 7, 2020 09:17 — forked from xgqfrms/index.html
Flutter in DartPad live app
<h1>Flutter in DartPad live app</h1>
<div>
<canvas id="canvas" width="300" height="300"></canvas>
</div>
@xyzdata
xyzdata / vs-code-user-setting.md
Last active August 9, 2021 02:57
VS code setting.json & React JS
@xyzdata
xyzdata / event-listener-CSS-Pseudo-element-getComputedStyle.md
Created June 28, 2017 04:57
how to add an event listener to a CSS Pseudo-element
@xyzdata
xyzdata / emial-tel.md
Last active November 13, 2020 03:13
emial : auto template& tel

emial

auto template

    

<a 
   href="mailto:xgqfrms@gmail.com?cc=xgqfrms@xgqfrms.xyz&amp;subject=Newsletter%20subscription&amp;body=Please%20subscribe%20me%20to%20your%20newsletter!">
 xgqfrms@xgqfrms.xyz
@xyzdata
xyzdata / dynamically-add-child-components-in-react.md
Created June 23, 2017 00:44
dynamically-add-child-components-in-react
@xyzdata
xyzdata / bash-error.md
Last active May 27, 2020 06:41
bash-error

Ctrl + Alt + P 复制节点 URL

emmet