Fixed fortune wheel
Added the wheel to the index page Fixed the wheel CSS
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="../Styles/SpinningWheel.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script src="../Javascript/SpinningWheel.js"></script>
|
||||
|
||||
<div id="wrapper">
|
||||
<div id="wheel">
|
||||
<div id="inner-wheel">
|
||||
<div class="sec"><span class="fa">1</span></div>
|
||||
<div class="sec"><span class="fa">2</span></div>
|
||||
<div class="sec"><span class="fa">3</span></div>
|
||||
<div class="sec"><span class="fa">4</span></div>
|
||||
<div class="sec"><span class="fa">5</span></div>
|
||||
<div class="sec"><span class="fa">6</span></div>
|
||||
</div>
|
||||
|
||||
<div id="spin">
|
||||
<div id="inner-spin"></div>
|
||||
</div>
|
||||
|
||||
<div id="shine"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="txt">
|
||||
<ul>
|
||||
<li>1.</li>
|
||||
<li>2.</li>
|
||||
<li>3.</li>
|
||||
<li>4.</li>
|
||||
<li>5.</li>
|
||||
<li>6.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user