I am struggling to position the timeline next to the paragraph in the resume section, but it keeps appearing in the next section or below where it's supposed to be. I want the timeline to be on the right side and the heading/paragraph to be on the left side. I got a bit confused with the container, etc., so any assistance would be greatly appreciated. Thank you in advance!
* {
box-sizing: border-box;
}
/* CSS code goes here */
<!DOCTYPE html>
<html>
<head>
<!-- HTML code goes here -->
</head>
<body>
<div class="container">
<!-- HTML content goes here -->
</div>
<script src="main.js"></script>
</body>
</html>