.container {
width: 100px;
height: 100px;
font-size: 100px;
}
.background {
color: red;
width: 100%;
height: 100%;
margin-bottom: -100%;
transform: rotate(90deg);
}
.foreground {
color: blue;
width: 100%;
height: 100%;
}.container {
width: 100px;
heig