+ 1
The most simple page
I just can't even make the most simple page, although I passed through this course 2 times, with maybe 2 or 3 mistakes. It is so frustrating to engage with margins, paddings, text-align etc.. Can someone just write both HTML and CSS for the most simple page? Issues: - navigation menu in line, without any bullets, - site name at the center of the top div. That's all. I am uncapable to do even that. Tried and tried so many times, searched on internet but nothing.
5 Réponses
+ 3
Yea, I can.
+ 3
learning HTML and CSS at once is not a good idea , two friends of mine told me and they both are web programmers . FOCUS on HTML and try to deal with its structure very well then CSS , trust me you'll be able to make a different websites simple structures .
GOOD LUCK !
+ 2
I mean I can try
0
You need more practise, and surely more sources of the theoretical part. As far as i understood this app isnt for complete and comprehensive learning, it's just to inspire you to learn more and from different sources.
0
One way I got very comfortable with writing both HTML & CSS is by using codepen.io. Have an idea of what you want to create and lay it out in HTML. Once that is completed then move on to CSS. I never move to CSS until I have most of everything I want the site to contain.