Adding portal animation to cube
This commit is contained in:
parent
ae073fddce
commit
832bf2d34d
4 changed files with 191 additions and 44 deletions
|
|
@ -200,6 +200,10 @@
|
|||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.portal {
|
||||
border-width: 3px;
|
||||
}
|
||||
|
||||
.nav-cube-text {
|
||||
position: absolute;
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -187,12 +187,12 @@
|
|||
}
|
||||
|
||||
.background-cube {
|
||||
position: absolute;
|
||||
left: 10%;
|
||||
bottom: 10%;
|
||||
width: 300px;
|
||||
position: fixed;
|
||||
left: 5%;
|
||||
bottom: 5%;
|
||||
width: 150px;
|
||||
z-index: -1;
|
||||
transform: rotate(5deg);
|
||||
|
||||
.heart-icon {
|
||||
font-size: 2em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue