Issue #1: The text in the footer has mysteriously disappeared. I only noticed when adjusting other elements that the footer text was no longer visible.
https://i.sstatic.net/clY6i.jpg
Problem #2: The paragraph content does not wrap correctly. Without using display: inline
, the text would completely vanish.
Problem #3: Images are overlapping with my navigation bar. As I scroll down, these images pass over the navigation bar, creating a strange visual effect.
Feel free to provide general feedback on my coding. I am still learning. Thank you.
HTML:
<head>
<meta charset="utf-8">
<title>BIKES & BITES | ABOUT</title>
<link href="styles/Hortaleza-Kyla-styles.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700italic,900italic,900' rel='stylesheet' type='text/css'>
</head>
CSS:
// CSS styling for various elements of the webpage
...
/* Sample CSS rules ongoing */
...