| Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/ART/6/sources/ |
| Current File : /home/kamilrogam/komp/2018/180513/DARWIN/ART/6/sources/scr3.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
}
p,
div {
padding: 10px;
margin: 15px;
background: #ddd
}
p {
border: 2px solid #f00
}
div {
border: 2px solid #000
}
p:empty {
background: rgba(255, 0, 0, 0.4)
}
div:empty {
background: rgba(0, 0, 255, 0.4)
}
</style>
</head>
<body>
<p></p>
<p>test</p>
<div>test</div>
<div></div>
<div></div>
<p></p>
</body>
</html>