<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool教程(w3cschool.cn)</title>
<style>
.right
{
position:absolute;
right:0px;
width:300px;
background-color:#b0e0e6;
}
</style>
</head>
<body>
<div class="right">
<p>在我更年轻、更脆弱的年代,父亲给了我一些建议,从那时起我就一直在想这些建议。</p>
<p>他对我说,每当你想批评任何人时,只要记住,这个世界上所有的人都没有你所拥有的优势。</p>
</div>
</body>
</html>