This commit is contained in:
PanSi21 2025-04-02 08:30:50 +02:00
parent bf3568fbbd
commit de0bacb26c
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 755F8874C65EF462
3 changed files with 122 additions and 13 deletions

View file

@ -15,6 +15,7 @@
color: #fff; color: #fff;
padding: 20px; padding: 20px;
} }
.container { .container {
max-width: 800px; max-width: 800px;
margin: auto; margin: auto;
@ -22,31 +23,43 @@
padding: 20px; padding: 20px;
border-radius: 10px; border-radius: 10px;
} }
.language-selector { .language-selector {
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 20px; right: 20px;
} }
.language-selector a { .language-selector a {
color: white; color: white;
margin: 0 5px; margin: 0 5px;
text-decoration: none; text-decoration: none;
} }
.language-selector a:hover { .language-selector a:hover {
text-decoration: underline; text-decoration: underline;
} }
h1, h2 {
h1,
h2 {
color: #f00; color: #f00;
} }
.feature-card {
background: #333; ul {
padding: 20px; text-align: left;
border-radius: 10px; list-style: none;
margin: 10px 0; padding: 0;
} }
ul li::before {
content: "🔥 ";
}
.social-links { .social-links {
margin-top: 20px; margin-top: 20px;
} }
.social-links a { .social-links a {
margin: 0 10px; margin: 0 10px;
color: white; color: white;
@ -54,9 +67,28 @@
text-decoration: none; text-decoration: none;
opacity: 0.8; opacity: 0.8;
} }
.social-links a:hover { .social-links a:hover {
opacity: 1; opacity: 1;
} }
.cta-button {
display: inline-block;
margin-top: 20px;
padding: 15px 30px;
background-color: #ff6b6b;
color: white;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
}
.feature-card {
background: #333;
padding: 20px;
border-radius: 10px;
margin: 10px 0;
}
</style> </style>
</head> </head>

View file

@ -15,6 +15,7 @@
color: #fff; color: #fff;
padding: 20px; padding: 20px;
} }
.container { .container {
max-width: 800px; max-width: 800px;
margin: auto; margin: auto;
@ -22,31 +23,43 @@
padding: 20px; padding: 20px;
border-radius: 10px; border-radius: 10px;
} }
.language-selector { .language-selector {
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 20px; right: 20px;
} }
.language-selector a { .language-selector a {
color: white; color: white;
margin: 0 5px; margin: 0 5px;
text-decoration: none; text-decoration: none;
} }
.language-selector a:hover { .language-selector a:hover {
text-decoration: underline; text-decoration: underline;
} }
h1, h2 {
h1,
h2 {
color: #f00; color: #f00;
} }
.feature-card {
background: #333; ul {
padding: 20px; text-align: left;
border-radius: 10px; list-style: none;
margin: 10px 0; padding: 0;
} }
ul li::before {
content: "🔥 ";
}
.social-links { .social-links {
margin-top: 20px; margin-top: 20px;
} }
.social-links a { .social-links a {
margin: 0 10px; margin: 0 10px;
color: white; color: white;
@ -54,9 +67,28 @@
text-decoration: none; text-decoration: none;
opacity: 0.8; opacity: 0.8;
} }
.social-links a:hover { .social-links a:hover {
opacity: 1; opacity: 1;
} }
.cta-button {
display: inline-block;
margin-top: 20px;
padding: 15px 30px;
background-color: #ff6b6b;
color: white;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
}
.feature-card {
background: #333;
padding: 20px;
border-radius: 10px;
margin: 10px 0;
}
</style> </style>
</head> </head>

View file

@ -15,6 +15,7 @@
color: #fff; color: #fff;
padding: 20px; padding: 20px;
} }
.container { .container {
max-width: 800px; max-width: 800px;
margin: auto; margin: auto;
@ -22,22 +23,66 @@
padding: 20px; padding: 20px;
border-radius: 10px; border-radius: 10px;
} }
.language-selector { .language-selector {
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 20px; right: 20px;
} }
.language-selector a { .language-selector a {
color: white; color: white;
margin: 0 5px; margin: 0 5px;
text-decoration: none; text-decoration: none;
} }
.language-selector a:hover { .language-selector a:hover {
text-decoration: underline; text-decoration: underline;
} }
h1, h2 {
h1,
h2 {
color: #f00; color: #f00;
} }
ul {
text-align: left;
list-style: none;
padding: 0;
}
ul li::before {
content: "🔥 ";
}
.social-links {
margin-top: 20px;
}
.social-links a {
margin: 0 10px;
color: white;
font-size: 1.5em;
text-decoration: none;
opacity: 0.8;
}
.social-links a:hover {
opacity: 1;
}
.cta-button {
display: inline-block;
margin-top: 20px;
padding: 15px 30px;
background-color: #ff6b6b;
color: white;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
}
.feature-card { .feature-card {
background: #333; background: #333;
padding: 20px; padding: 20px;