Rockwell: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
#parchment { | |||
position: absolute; | |||
display: flex; | |||
width: 75%; | |||
min-height: calc((1vw + 1vh) * 75); | |||
/* center page with absolute position */ | |||
top: 0%; left: 50%; transform: translate(-50%, 0); | |||
margin: 2em 0; | |||
padding: 4em; | |||
box-shadow: 2px 3px 20px black, 0 0 60px #8a4d0f inset; | |||
background: #fffef0; | |||
filter: url(#wavy2); | |||
} | |||
<center>[[File:Rockwell_Text.png]] | <center>[[File:Rockwell_Text.png]] | ||
<br> | <br> |
Revision as of 00:33, 19 July 2022
#parchment { position: absolute; display: flex; width: 75%; min-height: calc((1vw + 1vh) * 75); /* center page with absolute position */ top: 0%; left: 50%; transform: translate(-50%, 0); margin: 2em 0; padding: 4em; box-shadow: 2px 3px 20px black, 0 0 60px #8a4d0f inset; background: #fffef0; filter: url(#wavy2);
}