Hey everyone, I'm currently working on aligning divs in this layout:
https://i.sstatic.net/m2mnE.png
I've been experimenting with this code: https://jsfiddle.net/cjht221x/3/
However, I'm facing some issues getting #right-top, center and bottom to display correctly as shown in the image:
#right-top {
}
#right-center {
}
#right-bottom {
}
If anyone has any insights or tips, I would greatly appreciate it. Thank you!