📝 Added sandbox (code sketchbook)
This commit is contained in:
parent
b475595f7f
commit
b5daf18b1a
142 changed files with 100702 additions and 0 deletions
21
sandbox/codepens/circuit_tests/index.html
Normal file
21
sandbox/codepens/circuit_tests/index.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!-- Taken from https://www.demo2s.com/html-css/css-flowing-circuit-animation.html -->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
<title>basic circuit animation</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="circuit-outer">
|
||||
<div class="current bottom-left"></div>
|
||||
<div class="current left"></div>
|
||||
<div class="current top"></div>
|
||||
<div class="current right"></div>
|
||||
<div class="current bottom-right"></div>
|
||||
<div class="circuit-inner"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue