You are viewing our Forum Archives. To view or take place in current topics click here.
#21. Posted:
Doomful
  • Powerhouse
Status: Offline
Joined: Dec 19, 201112Year Member
Posts: 491
Reputation Power: 23
Status: Offline
Joined: Dec 19, 201112Year Member
Posts: 491
Reputation Power: 23
It is very bland and need some improvent an things added. But, as of now you've done a nice job
#22. Posted:
tallhacker
  • Ladder Climber
Status: Offline
Joined: Aug 21, 201212Year Member
Posts: 316
Reputation Power: 13
Status: Offline
Joined: Aug 21, 201212Year Member
Posts: 316
Reputation Power: 13
BurnedDesigns wrote Do You need help? If so I can help you.

From what I can see your css is very simple and you have some codes that dont work in your css due to conflicts with other parts of it.


Ive marked some of your code with a comment /* Comment here */

body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    background-color: red; /* Try Background: #C13333; its a good red */
    color: #696969;
    padding: 3px;
}

#main {
    padding: 15px;
    padding-left:  15px; /* This is not needed */
    padding-right: 15px; /* This is not needed */
    background-color: white; /* Try Background:#FFFFFF; */
    border-radius: 10 10 5px 5px; /* Specify your pixels on all edges */
}

h1 {
    font-family: Georgia, serif;
    border-bottom: 3px solid lime; /* Try #33bf6d for the lime */
    color: blue; /* This is a good Blue color #4ea0ed */
    font-size: 30px;
}


Works well will add to website thank you
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.