how i can make the images in my page go under my navigation bar
and if possible i want some feedbacks
please
how i can make the images in my page go under my navigation bar
and if possible i want some feedbacks
please
You can give your .header class a high numbered z-index… so everything appears below it.
z-index: 99; // or whatever number
Portfolio feedback:
The font is hard to read on long sentences/phrases. I guess its okay for short section titles.
The “work in progress” graphic looks bad (the edges look rough). Use a better quality graphic.
Site not responsive (except for the Introduction text section).
You can work on making the site properly responsive.
set the position of your navbar fixed. this will work aswell.