After successfully creating my personal portfolio website, I've hit a roadblock when it comes to styling beyond the portfolio grid. Despite my best efforts, progress has been slow and frustrating.
Realizing that someone with more expertise could quickly identify what I'm missing, I decided to reach out for help.
If you have a moment, please check out the live website here:
Below is the CSS/HTML code snippet:
body {
margin: 0;
padding: 0;
}
body, html {
margin: 0;
font: 1em "Open Sans", Sans-serif;
}
.nav-main {
position: fixed;
z-index: 9999;
width: 100%;
background-color: #222;
height: 5em;
color: #fff;
}
(remaining CSS/HTML code goes here...)
I would greatly appreciate any assistance or advice on how to make the contact section of the website less limited, so I can incorporate a contact form and footer effectively.
Thank you in advance!