You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
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
- 0useful
- 0not useful
#12. Posted:
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 */
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;
}
- 0useful
- 0not useful
#13. Posted:
Status: Offline
Joined: Aug 21, 201212Year Member
Posts: 316
Reputation Power: 13
Status: Offline
Joined: Aug 21, 201212Year 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
- 0useful
- 0not useful
#14. Posted:
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
- 0useful
- 0not useful
#15. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year 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.
- 0useful
- 0not useful
#16. Posted:
Status: Offline
Joined: Jun 06, 201410Year Member
Posts: 256
Reputation Power: 13
Status: Offline
Joined: Jun 06, 201410Year Member
Posts: 256
Reputation Power: 13
websites down man:/ good luck in the future anyways
- 0useful
- 0not useful
#17. Posted:
Status: Offline
Joined: Aug 21, 201212Year Member
Posts: 316
Reputation Power: 13
Status: Offline
Joined: Aug 21, 201212Year Member
Posts: 316
Reputation Power: 13
ObscureCoder wrotetallhacker 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.
- 0useful
- 0not useful
#18. Posted:
Status: Offline
Joined: Aug 21, 201212Year Member
Posts: 316
Reputation Power: 13
Status: Offline
Joined: Aug 21, 201212Year Member
Posts: 316
Reputation Power: 13
#19. Posted:
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
It's good for your first time. but it needs some work
- 0useful
- 0not useful
#20. Posted:
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!
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.