28 lines
496 B
Text
28 lines
496 B
Text
<h1 style="font-size:8vw">Hello World</h1>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
|
|
<style>
|
|
body {
|
|
font-family: "Sofia", sans-serif;
|
|
font-size: 30px;
|
|
text-shadow: 3px 3px 3px #ababab;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<h1 class="font-effect-shadow-multiple">Multiple Shadow Effect</h1>
|
|
|
|
|
|
This is my page
|
|
|
|
|
|
<audio controls autoplay style="display: none">
|
|
<source src="http://up.thirdculture.top/twGq9k6JiX/Untitled%2010.mp3" type="audio/mpeg">
|
|
</audio>
|
|
|
|
|
|
|
|
|
|
|
|
|