Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:XPDG/styles.css: Difference between revisions

From Echoes of the Flesh
Content deleted Content added
XPDG (talk | contribs)
No edit summary
XPDG (talk | contribs)
No edit summary
Line 1: Line 1:
.section-title {
width: 100%;
text-align: center;
font-weight: var(--font-weight-semibold);
line-height: var(--line-height-xs);
color: var(--color-emphasized);
font-size: var(--font-size-h2);
display: inline-block;
}

.banner-container {
.banner-container {
height: 30%;
height: 30%;

Revision as of 17:18, 3 June 2025

.banner-container {
	height: 30%;
	overflow: hidden;
	position: relative;
}

.banner-container img {
	width: 100%;
	position: relative;
	top: -70%;
	object-fit: cover;
	border-radius: var(--border-radius-medium);
}

.card-patreon img {
	filter: invert(32%) sepia(19%) saturate(5052%) hue-rotate(328deg) brightness(125%) contrast(110%); /* https://codepen.io/sosuke/pen/Pjoqqp */
}