Your IP : 216.73.216.123


Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/ART/3/sources/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/DARWIN/ART/3/sources/scr1.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;
			display: grid;
			grid-column-gap: 10px;
			grid-row-gap: 10px;
			grid-template-columns: repeat(3, 1fr)
		}

		p {
			padding: 35px 25px;
			background: #ddd;
			text-align: center
		}

	</style>
</head>

<body>
	<p>Element numer 1</p>
	<p>Element numer 2</p>
	<p>Element numer 3</p>
	<p>Element numer 4</p>
	<p>Element numer 5</p>
	<p>Element numer 6</p>
	<p>Element numer 7</p>
	<p>Element numer 8</p>
	<p>Element numer 9</p>
</body>

</html>