Hi there, I'm a beginner in the world of coding. I recently encountered an issue with my code that seems to be causing some trouble. When I preview it in Coda, everything looks perfect. However, when I try to open it in Chrome, the layout gets all wonky. It seems to shift around as I resize the browser window. Do you have any idea what might be going wrong?
(Also, I'm struggling to get my slideshow background to work properly. Any suggestions on fixing this?)
I'd really appreciate any guidance you can offer!
Here is the link to my Jsfiddle and the CSS I've used: Check out My Website
/* StyleSheet */
/* Your CSS code goes here */
<!doctype html>
<title>Your Title Here</title>
<link rel="stylesheet" type="text/css" href="yourstylesheet.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Quicksand" rel="stylesheet">
</head>