Newer
Older
2024-saito / kadai11.html
@ryota saito ryota saito on 26 Jul 2024 327 bytes 追加
<!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>