📝 Added sandbox (code sketchbook)
This commit is contained in:
parent
b475595f7f
commit
b5daf18b1a
142 changed files with 100702 additions and 0 deletions
23
sandbox/codepens/loading_animation/loading_animation.html
Normal file
23
sandbox/codepens/loading_animation/loading_animation.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Loading Animation</title>
|
||||
<link rel="stylesheet" href="css/loading_animation.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- <div class="blankspace"></div> -->
|
||||
<div class="container">
|
||||
<div class="loading-box">
|
||||
<div class="loading-inner-box">
|
||||
</div>
|
||||
</div>
|
||||
<div class="loading-box2">
|
||||
<div class="blank"></div>
|
||||
<div class="loading-inner-box2">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue