• Easy skins?
    5 replies, posted
So with the support of some of you guys I finally made my first website using php. Feel free to leave me some feedback, Thankyou. [url]http://www.ezskinsezlife.net/[/url]
I think your footer is too long? Why do you need it so high for 1 row of text?
Your footer (dark gray bar at the bottom of the page) is inconsitently sized across your website. On the main page its too long, the user can scroll down for no reason seeing no new content. The same thing happens on the giveaway page. However on the "How does it work" page, although the footer is the same size, it is too high up on the page leaving a white space on the bottom. I'd suggest that you instead change your footer to be the same size as your header, but bottom-justify it, and move things around so that the user doesn't have to scroll on any of those pages. Like instead of this, do this: [t]http://i.imgur.com/uYqQrBP.png[/t][t]http://i.imgur.com/6swH0Pz.png[/t]
Pretty cool. I've been wanting to create my own giveaway site for my group for a long while. I tried last week, but only got as far as a basic login system, and showing some of TF2's items in images. I'd love to hear how you setup a raffle system with Steam, maybe it'd help me.
Also I don't know why you've done this, but your footer has a bottom margin of 16px so theres some whitespace beneath it, and when the contents of the page don't fill up the entire page, you've got a ton of whitespace at the bottom. I suggest just making your footer class like this: [code] .section.footer { // Your padding in your .section class is more than enough for the height of the footer, so I deleted the height property //also deleted margin-bottom background-color: #3e3e3e; text-align: left; //this will put the footer at the bottom of the page no matter what; you can leave the background of the body to fill up the rest of the space position: absolute; bottom: 0; width: 100%; }[/code] and make sure your body has a set background: [code]body{ //... the other stuff you added background-color: #5b5b5b; }[/code] [editline]20th September 2015[/editline] and this is what that yields [img_thumb]http://i.imgur.com/1WYAdP9.png[/img_thumb]
There are 4 rows of text, 2 buttons and an image on that home page and I still have to scroll down to see the entire page on a 1080p monitor. I give it a big thumbs down.
Sorry, you need to Log In to post a reply to this thread.