add no-smoking sign
This commit is contained in:
parent
35ec4b6b8b
commit
4d4899457a
2 changed files with 157 additions and 0 deletions
34
no-smoking/index.html
Normal file
34
no-smoking/index.html
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>No Smoking</title>
|
||||
<link rel="stylesheet" href="../theme/c-base.css">
|
||||
<style>
|
||||
body {
|
||||
background-color: #111111;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-size: 16vmin;
|
||||
margin-top: 10vmin;
|
||||
white-space: nowrap;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
color: black;
|
||||
text-transform: lowercase;
|
||||
line-height: 20vmin;
|
||||
}
|
||||
img {
|
||||
position: absolute;
|
||||
left: 35vw;
|
||||
top: 35vh;
|
||||
width: 30vw;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1 style="font-family: sans-serif; color: #eee; margin-bottom: ">No Smoking</h1>
|
||||
<img src="nosmoking.svg">
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue