<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title></title>

<style>

.ff{

margin: 50px 0 0 50px;

font-size:50px;

color: #fff;

text-shadow:0 0 10px red,0 0 20px yellow;



}



</style>

</head>

<body>

<p class="ff">可可鸭很帅气</p>




</body>

</html>