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 */
|
/** Home mailbox bg */
|
||||||
|
|
||||||
#mailbox-container {
|
#mailbox-container {
|
||||||
background-image: url('/images/mailbox.svg');
|
height: 40vh;
|
||||||
background-repeat: no-repeat;
|
position: relative;
|
||||||
background-position: left;
|
overflow: hidden;
|
||||||
background-size: cover;
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#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;
|
background-attachment: fixed;
|
||||||
height: 70vh;
|
transform: rotate(-30deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@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…
Add table
Reference in a new issue