Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
body {
margin: 0;
padding: 0;
background: url("https://dbjz9ypka0tyx.cloudfront.net/app/uploads/2019/04/29135054/img-visual-01.jpg");
background-size: 230%;
}
h1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
font-size: 100px;
color: #ffffff;
text-shadow: 2px 2px #f4a460;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-transform: uppercase;
transition: 0.5s;
filter: alpha(opacity=60);
opacity: 0.6;
-webkit-background-clip: text;
}
h1:hover {
letter-spacing: 10px;
}
</style>
</head>
<body>
<h1>Fashion</h1>
</body>