+ 3
by 1 week learning (nonstop) , is it good?
2 Antworten
+ 2
If you made this all on your own, yes, it's pretty good.
Things that get's my attention:
You use HTML style tags and CSS classes; try using css classes only, this is most accepted in communities.
You make a class for every element, many elements have kind of the same styling, so you should make more common classes to use
last thing:
this " .myClass > div " should be avoided, because it makes your class not able no be used again in other ways.
+ 1
Maybe a bit too late.. But you can do something much faster: The first style you give to pretty much all of the elements.. If you want to give a style to every element on a site (which is most of the time only font-family), you should use: * .. Other than that pretty cool :D