Template:Swedishwin/styles.css
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
.swedish-flag {
position:relative;
background-color:#006AA7;
border:2px solid #FECC02;
margin: 5px 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:32px;
left:0;
z-index: -4; /* Ensure it's behind the content */
}
.textanimationsw {
margin: 0 auto;
letter-spacing: .05em;
}
.container {
margin: 5px auto;
position: relative; /* This creates a new stacking context */
z-index: 1; /* Ensure container is above the sunburst */
overflow:hidden
}
@keyframes rotate {
0% {
transform: rotate(0deg); /* Start at 0 degrees */
}
100% {
transform: rotate(360deg); /* End at 360 degrees */
}
}