Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
body {
margin: 0;
padding: 0;
background-image: url('https://images.fineartamerica.com/images/artworkimages/mediumlarge/1/mercedes-logo-linda-camper.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 600px;
}
.glassy-text {
font-family: Gabriola, serif;
font-size: 30px;
text-align: center;
padding: 20px;
line-height: 1.5;
color: #FFFFFF;
text-shadow: 2px 2px #000000;
margin-top: 250px;
min-height: 50px;
max-width: 560px;
background-color: rgba(255, 255, 255, 0.5);
box-shadow: 0 2px 5px rgba (0, 0, 0, 0.3);
position: center;
}
</style>
</head>
<body>
<div class="glassy-text">
Mercedes invented a car controlled by joystick.
</div>
</body>
</html>