renamed pridetriangle.css
This commit is contained in:
parent
ba3ca680a1
commit
968339a8ea
2 changed files with 2 additions and 2 deletions
27
pridetriangle.css
Normal file
27
pridetriangle.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
#pride-triangle img {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 120px;
|
||||
transform-origin: 0% 0%;
|
||||
transition: transform .5s cubic-bezier(.32,1.63,.41,1.01);
|
||||
z-index: 100;
|
||||
}
|
||||
#pride-triangle[right] img {
|
||||
left: initial;
|
||||
right: -120px;
|
||||
rotate: 90deg;
|
||||
}
|
||||
#pride-triangle img:hover {
|
||||
transform: scale(110%);
|
||||
}
|
||||
#pride-triangle img:active {
|
||||
transform: scale(90%);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 720px) {
|
||||
#pride-triangle img {
|
||||
width: 6rem;
|
||||
right: -6rem;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue