Your IP : 216.73.217.169


Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/ART/6/sources/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/DARWIN/ART/6/sources/scr2.html

<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<style>
		* {
			margin: 0;
			padding: 0
		}

		body {
			font-family: sans-serif;
			font-size: 18px;
			line-height: 1.5em;
			background: #f8f8f8;
			color: #000
		}

		h1 {
			margin: 15px 0;
			text-transform: uppercase;
			font-weight: 800
		}

		:empty {
			background: red;
			padding: 10px
		}

	</style>
</head>

<body>
	<h1>
		<span>T</span>
		<span>e</span>
		<span>k</span>
		<span></span>
		<span>s</span>
		<span>t</span>
	</h1>
</body>

</html>