Difference between revisions of "Team:Gifu/training"
Line 8: | Line 8: | ||
<head> | <head> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script></script> | <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script></script> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | div.example { /* 親ボックス */ | ||
+ | width: 110%; | ||
+ | |||
+ | 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> | </head> | ||
+ | |||
<body> | <body> | ||
Revision as of 05:26, 13 September 2015