Jump to content

Eagle Legend - style complete, but...


eaglelegend

Recommended Posts

would anyone dare to look?  :o, jkjk I would like your opinion on what it looks like and if its ok, what should change etc. etc., as im not a user, im only the owner XD, please bare in mind it is aimed for children, so I wanted to have cartoony colours etc. in it, as for the "eagle legend"(a legend) I have plans :);D

 

Eagle Legend

Link to comment
https://forums.phpfreaks.com/topic/100274-eagle-legend-style-complete-but/
Share on other sites

It's good so far, looks like you've got a solid basis, but I'd look into incorporating some more CSS. Giving it more of a wow factor.

 

I have a younger sister, and well designed, luscious colored sites attract younger people more-so.

 

For example, small things like your user/pass input text areas. You can spice them up with CSS.

 

HTML:

<input type="text" name="user" class="text_box" maxlength="30" value="">

 

CSS:

.text_box {
background-color: #000000;
border: 1px solid #292929;
color: #FFFFFF;
width: 145px;
}

 

Little things like this go a long way, and learning CSS will pull you way from using tables, and the structure of your site will flow better.

 

I'm sure others will have something to say, but that's the area you need to focus most on ( I think ).

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.