mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-23 05:23:50 +01:00
Start again
This commit is contained in:
31
vendors/transitionize/examples/example.html
vendored
Normal file
31
vendors/transitionize/examples/example.html
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Transitionize Example Page</title>
|
||||
<style type="text/css">
|
||||
.wrap {
|
||||
height: 75px;
|
||||
margin: 100px auto 0;
|
||||
position: relative;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.elem {
|
||||
background-color: #febf04;
|
||||
border-radius: 100%;
|
||||
bottom: 0;
|
||||
display: block;
|
||||
height: 75px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
width: 75px;
|
||||
}
|
||||
</style>
|
||||
<script src="bundle.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<span class="elem js-elem"></span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user