You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
-ABM-
  • Junior Member
Status: Offline
Joined: Jan 18, 20159Year Member
Posts: 78
Reputation Power: 2
Status: Offline
Joined: Jan 18, 20159Year Member
Posts: 78
Reputation Power: 2
Looks like it has been made by someone with little or very basic knowledge of html and css, But good start
#12. Posted:
BurnedDesigns
  • New Member
Status: Offline
Joined: Dec 21, 201211Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Dec 21, 201211Year Member
Posts: 13
Reputation Power: 0
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;
}
#13. Posted:
tallhacker
  • Ladder Climber
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 316
Reputation Power: 13
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 316
Reputation Power: 13
-ABM- wrote Looks like it has been made by someone with little or very basic knowledge of html and css, But good start


Yes, I don't got much CSS or JavaScripting knowledge. I'm actually taking free online classes on HTML. I'm 13 and this website did take about 3 weeks + another 3-5 hours of making pictures and coding the Rainbow.html
#14. Posted:
BurnedDesigns
  • New Member
Status: Offline
Joined: Dec 21, 201211Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Dec 21, 201211Year Member
Posts: 13
Reputation Power: 0
tallhacker wrote
-ABM- wrote Looks like it has been made by someone with little or very basic knowledge of html and css, But good start


Yes, I don't got much CSS or JavaScripting knowledge. I'm actually taking free online classes on HTML. I'm 13 and this website did take about 3 weeks + another 3-5 hours of making pictures and coding the Rainbow.html


Ive taught two other people how to code in html and css and visual basic. i can help you cause your site now reminds me of when i first started
#15. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
tallhacker wrote
-ABM- wrote Looks like it has been made by someone with little or very basic knowledge of html and css, But good start


Yes, I don't got much CSS or JavaScripting knowledge. I'm actually taking free online classes on HTML. I'm 13 and this website did take about 3 weeks + another 3-5 hours of making pictures and coding the Rainbow.html


3 weeks? Really?
In the real world that sort of site should only take at most 30 mins or so (excluding GFX and responsiveness).
You're still learning though so that's good. Keep at it.

Once you've got the basics of JS down, I recommend you jump straight into jQuery. I've been doing web dev (front-end 'dev' and back-end dev) for the past 5 years and I've personally never had to write much actual JS. Most of the JS I need to do is jQuery for sexy animations and ajax.
#16. Posted:
Modify-
  • Resident Elite
Status: Offline
Joined: Jun 06, 20149Year Member
Posts: 256
Reputation Power: 13
Status: Offline
Joined: Jun 06, 20149Year Member
Posts: 256
Reputation Power: 13
websites down man:/ good luck in the future anyways
#17. Posted:
tallhacker
  • Ladder Climber
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 316
Reputation Power: 13
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 316
Reputation Power: 13
ObscureCoder wrote
tallhacker wrote
-ABM- wrote Looks like it has been made by someone with little or very basic knowledge of html and css, But good start


Yes, I don't got much CSS or JavaScripting knowledge. I'm actually taking free online classes on HTML. I'm 13 and this website did take about 3 weeks + another 3-5 hours of making pictures and coding the Rainbow.html


3 weeks? Really?
In the real world that sort of site should only take at most 30 mins or so (excluding GFX and responsiveness).
You're still learning though so that's good. Keep at it.

Once you've got the basics of JS down, I recommend you jump straight into jQuery. I've been doing web dev (front-end 'dev' and back-end dev) for the past 5 years and I've personally never had to write much actual JS. Most of the JS I need to do is jQuery for sexy animations and ajax.


Only reason it took so long was because it was during my Christmas break and I was spending time with family most. But then after my Christmas break was over I didn't do much and didn't upload it on any free website hosting company yet then I finally got enough time to finish and upload it. Still thinking of features.
#18. Posted:
tallhacker
  • Ladder Climber
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 316
Reputation Power: 13
Status: Offline
Joined: Aug 21, 201211Year Member
Posts: 316
Reputation Power: 13
Liiamh4x wrote websites down man:/ good luck in the future anyways

Websites not down it's just some firewalls that block the website.

Here's one Virus URL Scanner: [ Register or Signin to view external links. ]
#19. Posted:
Redacted
  • Summer 2019
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,724
Reputation Power: 5977
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,724
Reputation Power: 5977
It's good for your first time. but it needs some work
#20. Posted:
Bleak-
  • Powerhouse
Status: Offline
Joined: Jan 02, 201212Year Member
Posts: 478
Reputation Power: 51
Status: Offline
Joined: Jan 02, 201212Year Member
Posts: 478
Reputation Power: 51
I like it! Needs work, but you will get it going fairly well me thinks!
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.