誰かが私が見ているものを見ている理由を理解するのを手伝ってもらえますか?
コード:
<!doctype html>
<html lang="en">
<head>
<style>
#Viewport { width:50%; height:50%; margin: 0 auto; position: relative; background-color: blue; }
#one { position: absolute; width: 5%; height: 70%; background-color: green;}
#two { width: 5%; float: right; }
</style>
</head>
<body>
<div id="Viewport">
<section id="one">
<p>hi</p>
</section>
<section id="two">
<p>hi</p>
</section>
</div>
</body>
</html>
5%
~ ではなく、の幅を持つことを期待してい20%
ます。色付きの背景が表示されることを期待しています。これは奇妙です。何を与える?