Difference between revisions of "Team:Gifu/Note/"
Line 5: | Line 5: | ||
<html> | <html> | ||
+ | |||
+ | |||
+ | <head> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | div.example { /* 親ボックス */ | ||
+ | width: 110%; | ||
+ | height:1500px; | ||
+ | background-color: #ffffff; | ||
+ | position: absolute; | ||
+ | top: -10%; | ||
+ | left: -1px; | ||
+ | } | ||
+ | |||
+ | div.box1 { /MENU/ | ||
+ | width:100%; | ||
+ | |||
+ | background-color: #ffd78c; | ||
+ | position: absolute; | ||
+ | top: 150px; | ||
+ | left: -180px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div class="example"> | ||
+ | <br> | ||
<td> | <td> | ||
<p align="center"> | <p align="center"> | ||
Line 23: | Line 53: | ||
<br> | <br> | ||
<td> | <td> | ||
+ | |||
+ | <div class="project"> | ||
+ | <table width="70%" align="center"> | ||
+ | <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div id="main"> | ||
+ | <blockquote> | ||
+ | |||
+ | |||
+ | </blockquote> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="box1"><br> MENU<br> | ||
+ | <ol id="index"> | ||
+ | <li><a href="#"> </a></li> | ||
+ | <li><a href="#"> </a></li> | ||
+ | <li><a href="#"> </a></li> | ||
+ | <li><a href="#"> </a></li> | ||
+ | <li><a href="#"> </a></li> | ||
+ | <li><a href="#"> </a></li> | ||
+ | <li><a href="#"> </a></li> | ||
+ | <li><a href="#"> </a></li> | ||
+ | <li><a href="#"> </a></li><br> | ||
+ | </ol> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 06:19, 23 July 2015