<!DOCTYPE html> <html> <head> <title>css3の入口</title> <link rel="stylesheet" type="text/css" href="main6.css"> </head> <body> <h1>課題1</h1> <div class="shadow"> <p>影付き文字</p> </div> <div class="round"> <p>角丸めボーダー</p> </div> <div class="boxshadow"> <p>影付きボックス</p> </div> </body>