My code isn't functioning properly. I am attempting to build a timeline using bootstrap for my work/education. I have taken HTML and CSS from a timeline example on W3Schools but it is not rendering the same when viewed in the browser. Instead, there is no styling applied and each paragraph appears stacked on top of one another. Can anyone provide assistance?
body {
background-color: #474e5d;
font-family:"Exo", sans-serif;
}
.timeline {
position: relative;
max-width: 1200px;
margin: 0 auto;
}
...
... (CSS code goes here)
...
</div>