by 1 week learning (nonstop) , is it good? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
29th Jun 2017, 10:42 AM
Ayshan Safarova
Ayshan Safarova - avatar
2 Answers
+ 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.
29th Jun 2017, 11:04 AM
Harm Zeinstra
Harm Zeinstra - avatar
+ 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
26th Jul 2017, 12:13 PM
Meine
Meine - avatar