<!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>