Skip to content

Instantly share code, notes, and snippets.

View sun0225SUN's full-sized avatar
🧠
Learning

Guoqi Sun sun0225SUN

🧠
Learning
View GitHub Profile
@sun0225SUN
sun0225SUN / index.html
Created July 25, 2023 07:06
Star Trail
<canvas></canvas>
@sun0225SUN
sun0225SUN / index.html
Created June 29, 2023 10:30
Pure CSS Animated Checkbox
<div class="exp">
<div class="checkbox">
<form>
<div id="box1" class="box">
<input type="checkbox" id="check1" name="check" value="1" />
<label for="check1">
<span><!-- This span is needed to create the "checkbox" element --></span>Checkbox1
</label>
</div >
<div id="box2" class="box">
@sun0225SUN
sun0225SUN / Hello World !
Last active April 9, 2023 23:10
你好,世界!
console.log("Hello World")
print("Hello World")