Toggle search
Search
Toggle menu
4
64
16
1.9K
Chrome Engine Modding Wiki
Navigation
Main page
Recent changes
Special pages
Upload file
Community
How can I help
Add new page
Help portal
Style guide
About the wiki
Chrome Engine 3-4
Call of Juarez
Call of Juarez: Bound in Blood
Chrome Engine 5-6
Call of Juarez: The Cartel
Call of Juarez: Gunslinger
Dead Island
Dead Island: Riptide
Dead Island Definitive Edition
Dead Island: Riptide Definitive Edition
Dying Light
C-Engine
Dying Light: 2
Dying Light: The Beast
Developer
Changelogs
Requested Features/Bugs
External
Status page
Contact Us
Discord
Support us
Patreon
sidebar-icon-kofi
Toggle preferences menu
Notifications
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
user-interface-preferences
Personal tools
Create account
Log in
Template:Main page/shared/styles.css: Difference between revisions
Help
Template page
Share this page
Views
Read
View source
View history
associated-pages
Template
Discussion
More actions
← Older edit
Visual
Wikitext
Revision as of 19:29, 18 December 2024
view source
Idkman
(
talk
|
contribs
)
Bureaucrats
,
Check users
,
Interface administrators
,
Staff
,
Administrators
1,713
edits
No edit summary
Tag
:
Reverted
← Older edit
Latest revision as of 19:53, 18 December 2024
view source
Idkman
(
talk
|
contribs
)
Bureaucrats
,
Check users
,
Interface administrators
,
Staff
,
Administrators
1,713
edits
Blanked the page
Tags
:
Blanking
Manual revert
Line 1:
Line 1:
.card-container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 20px;
margin: 20px;
}
.card {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 8px;
width: 300px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
overflow: hidden;
}
.card:hover {
transform: scale(1.05);
}
.card img {
width: 100%;
height: 200px;
object-fit: cover;
}
.card-content {
padding: 15px;
}
.card-content h3 {
margin: 0;
font-size: 1.25em;
color: #333;
}
.card-content p {
color: #777;
font-size: 0.95em;
margin-top: 10px;
}
Latest revision as of 19:53, 18 December 2024
Cookies help us deliver our services. By using our services, you agree to our use of cookies.
OK