Newer
Older
2024-saito / kadai11.html
@ryota saito ryota saito on 4 Jul 2024 213 bytes kadai
<!DOCTYPE html>
<html>
<head>	
<title>css3の入口</title>	
<link rel="stylesheet" type="text/css" href="main6.css">
</head>

<body>
<h1>影付き文字</h1>
div.shadow{text-shadow: yellow 2px 3px 4px;}

</body>