Team:UCLA/aalhad patankar ucla2014 workspace/CSS

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
 +
 +
<!--SPIDER TOP BUTTON-->
 +
<style type="text/css">
 +
.spiderbutton{
 +
position: fixed;
 +
top: 550px;
 +
left: 1200px;
 +
z-index: 0;
 +
}
 +
.spiderline{
 +
position: fixed;
 +
left:896px;
 +
top: -95px;
 +
z-index: -1;
 +
}
 +
.spiderweb{
 +
position: fixed;
 +
right: 0px;
 +
top: 0px;
 +
z-index:1;
 +
}
 +
<style>
 +
.container{
.container{
width:800px;
width:800px;
Line 49: Line 72:
right: 0px;
right: 0px;
}
}
-
 
-
<!--SPIDER TOP BUTTON-->
 
-
<style type="text/css">
 
-
.spiderbutton{
 
-
position: fixed;
 
-
top: 550px;
 
-
left: 1200px;
 
-
z-index: 0;
 
-
}
 
-
.spiderline{
 
-
position: fixed;
 
-
left:896px;
 
-
top: -95px;
 
-
z-index: -1;
 
-
}
 
-
.spiderweb{
 
-
position: fixed;
 
-
right: 0px;
 
-
top: 0px;
 
-
z-index:1;
 
-
}
 
-
<style>
 

Revision as of 00:21, 9 September 2014