Contains img folder index.html file and css file.
Grabbed random pictures of the internet. No need to give me credits
Feel free to give me criticism.
Preview;
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
Click [Only registered and activated users can see links. ] for the download.
Index html; [Only registered and activated users can see links. ]
I got some weird as error when I tried to put the code in here so that's why it's on pastebin. Enjoy your codingzzz
Quite a few pointers to be given towards the code. You're mixing the use of px and ems for font size, that's a big no-no. You should only use ems. Ems work a lot better for mobile sites and fluid sites. Why is your logo wider than your header? You're declaring padding properties with no values in them too for some reason. Along witha few other issues with the CSS other than that it's clean in that sense. On to the index; you declare the document as HTML5 but you're using no html5 code inside it take a look into <nav>, <header>, <section>/<article> and <footer> structural tags. You're also using internal styling on some elements of the page which you shouldn't be doing, declare that in the CSS with the rest of it.
Other than that, decent job. Keep up the good work!
Professional website developer
Almost a decade experience
Bespoke website templates
CMS & forum themes
Future proof & secure scripts
Quite a few pointers to be given towards the code. You're mixing the use of px and ems for font size, that's a big no-no. You should only use ems. Ems work a lot better for mobile sites and fluid sites. Why is your logo wider than your header? You're declaring padding properties with no values in them too for some reason. Along witha few other issues with the CSS other than that it's clean in that sense. On to the index; you declare the document as HTML5 but you're using no html5 code inside it take a look into <nav>, <header>, <section>/<article> and <footer> structural tags. You're also using internal styling on some elements of the page which you shouldn't be doing, declare that in the CSS with the rest of it.
Other than that, decent job. Keep up the good work!
Thanks for the tips ! I will try to bring out a better template soon, with improved css and html.