Rework website
This commit is contained in:
parent
c3270f70e1
commit
d5461ba881
2 changed files with 17 additions and 5 deletions
|
@ -131,12 +131,24 @@ p > code, p > strong > code, li > code, li > strong > code {
|
|||
/** Home mailbox bg */
|
||||
|
||||
#mailbox-container {
|
||||
background-image: url('/images/mailbox.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: left;
|
||||
background-size: cover;
|
||||
height: 40vh;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
#mailbox-container::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 800%;
|
||||
height: 800%;
|
||||
top: -50%;
|
||||
left: -400%;
|
||||
z-index: -1;
|
||||
background-image: url('/images/stamp.png');
|
||||
background-repeat: repeat;
|
||||
background-attachment: fixed;
|
||||
height: 70vh;
|
||||
transform: rotate(-30deg);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
|
|
BIN
static/images/stamp.png
Normal file
BIN
static/images/stamp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 832 KiB |
Loading…
Reference in a new issue