CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.
Template:Swedishwin/styles.css: Difference between revisions
From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
z-index: -4; /* Ensure it's behind the content */ | z-index: -4; /* Ensure it's behind the content */ | ||
} | |||
.textanimationsw { | |||
overflow: hidden; /* Ensures the content is not revealed until the animation */ | |||
border-right: .15em solid orange; /* The typwriter cursor */ | |||
white-space: nowrap; /* Keeps the content on a single line */ | |||
margin: 0 auto; /* Gives that scrolling effect as the typing happens */ | |||
letter-spacing: .05em; /* Adjust as needed */ | |||
} | } | ||
Revision as of 15:31, 16 October 2024
.swedish-flag {
position:relative;
width:300px;
height:200px;
background-color:#006AA7;
border:2px solid #FECC02;
margin:0.5em auto
}
.swedish-flag::before {
content:"";
position:absolute;
background-color:#FECC02;
width:30px;
height:100%;
left:90px;
top:0;
z-index: -4; /* Ensure it's behind the content */
}
.swedish-flag::after {
content:"";
position:absolute;
background-color:#FECC02;
height:30px;
width:100%;
top:45px;
left:0;
z-index: -4; /* Ensure it's behind the content */
}
.textanimationsw {
overflow: hidden; /* Ensures the content is not revealed until the animation */
border-right: .15em solid orange; /* The typwriter cursor */
white-space: nowrap; /* Keeps the content on a single line */
margin: 0 auto; /* Gives that scrolling effect as the typing happens */
letter-spacing: .05em; /* Adjust as needed */
}