Hallo Blackpanther23,
vielleicht besser mit Flexbox probieren?
Sonst könnte man das z. b. so lösen:
<style>
#navigation{
display:inline-block;
background-color: #FF0000;
width: 25%;
}
#content{
display:inline-block;
background-color: #FFFF00;
width:49%;
}
#funfacts{
display:inline-block;
background-color: #0000FF;
width: 25%;
}
<style>
Grüße, Martl