added scaned picture for dos
This commit is contained in:
Vendored
+10
-5
@@ -5,7 +5,7 @@ html, body {
|
||||
|
||||
#root {
|
||||
position: relative;
|
||||
width: 475.52246mm;
|
||||
width: 469.51646mm;
|
||||
height: 237.26mm;
|
||||
margin: 0 auto;
|
||||
letter-spacing: -.25em; }
|
||||
@@ -14,18 +14,23 @@ html, body {
|
||||
|
||||
#header {
|
||||
display: inline-block;
|
||||
width: 15mm;
|
||||
width: 9mm;
|
||||
height: 207.26mm;
|
||||
margin-right: 5mm;
|
||||
background-color: white; }
|
||||
background-color: black;
|
||||
background-image: url("../../images/dos.jpg");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat; }
|
||||
#header h1 {
|
||||
font-size: 1em;
|
||||
margin: 0 0 15mm 0;
|
||||
padding: 0.3em;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
transform-origin: 0% 0%;
|
||||
transform: rotate(270deg); }
|
||||
transform: rotate(270deg);
|
||||
visibility: hidden; }
|
||||
|
||||
#main {
|
||||
display: inline-block;
|
||||
@@ -68,7 +73,7 @@ html, body {
|
||||
width: 455.04741mm;
|
||||
height: 30mm;
|
||||
overflow: hidden;
|
||||
margin: 0 0 0 20mm;
|
||||
margin: 0 0 0 14mm;
|
||||
padding: 0;
|
||||
background-color: rgba(26, 26, 26, 0.7);
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user