I have just finished my portfolio. It took me three days (yes it’s not easy). I am pretty satisfied with what I made. Still no jQuery or javascript code, though. What I made is purely from HTML and CSS. I plan on improving it as I learn more about Javascript and jQuery. Let me hear your thoughts! Here’s the link to my profile. Hope you’ll like it!
The first thing I noticed was the page has extra margin. Lets it slide side to side a bit and show un-styled background. In the console, if I un-check this:
.row {
margin-right: -15px;
margin-left: -15px;
}
it fixes it. But that is coming from bootstrap. So I am guessing there is something else wrong there some place that is making your page wider than your content.
Hi, guys. I am having issues in viewing my portfolio on my iPhone. Specifically, the dropdown menu of the navbar doesn’t work properly. It works fine in Chrome, however, as well as in desktop browsers. Can someone please check it and tell me what’s wrong? Thank you for your help!