Toggle search
Search
Toggle menu
Prism Party
Navigation
Home
Posts
Recent changes
Random page
Search
Special pages
Upload file
Prism Party
About
Shop
Map
Vote
Commands
Plugins
View more →
Community
Rules
FAQ
Staff
Forums
Discord
Punishments
View more →
Tutorials
Getting Started
Economy
Levels
mcMMO
Shops
Claims
View more →
External
Staff login
Status page
Contact us
sidebar-icon-discord
sidebar-icon-email
Support us
sidebar-icon-shop
sidebar-icon-vote
Related
sidebar-icon-tumblr
sidebar-icon-youtube
Notifications
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
user-interface-preferences
Personal tools
Talk
Contributions
Create account
Log in
User:BakiDance/common.css: Difference between revisions
More actions
<
User:BakiDance
Browse history interactively
Revision as of 18:22, 12 August 2025
(
view source
)
BakiDance
(
talk
|
contribs
)
No edit summary
Tag
:
Reverted
← Older edit
Latest revision as of 18:28, 12 August 2025
(
view source
)
BakiDance
(
talk
|
contribs
)
(Blanked the page)
Tags
:
Blanking
Manual revert
Line 1:
Line 1:
.tilt-container {
display: inline-block;
perspective: 1000px; /* Gives a sense of depth */
}
.tilt-container img {
display: block;
width: 300px; /* Change to your desired size */
height: auto;
transition: transform 0.2s ease, box-shadow 0.2s ease;
transform-style: preserve-3d;
will-change: transform;
}
.tilt-image.hovered {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
Latest revision as of 18:28, 12 August 2025