Difference between revisions of "Team:Gifu/Result/"

Line 23: Line 23:
 
<br>
 
<br>
 
<td>
 
<td>
 +
 +
<head>
 +
<style type="text/css">
 +
 +
div.example { /* 親ボックス */
 +
width: 450px;
 +
height: 200px;
 +
background-color: #85b9e9;
 +
position: absolute;
 +
top: 50px;
 +
left: 100px;
 +
}
 +
 +
div.box1 { /* ボックス1 */
 +
width: 150px;
 +
height: 50px;
 +
background-color: #ffd78c;
 +
position: absolute;
 +
top: 50px;
 +
left: 50px;
 +
}
 +
 +
div.box2 { /* ボックス2 */
 +
width: 150px;
 +
height: 50px;
 +
background-color: #bde9ba;
 +
position: absolute;
 +
top: 50px;
 +
left: 250px;
 +
}
 +
 +
</style>
 +
 +
</head>
 +
<body>
 +
 +
<div class="example">
 +
 +
<div class="box1">ボックス1</div>
 +
<div class="box2">ボックス2</div>
 +
 +
</div>
 +
 +
</body>
  
 
</html>
 
</html>

Revision as of 02:12, 23 July 2015

ボックス1
ボックス2