+ 1
What should I start after fininshing CSS scripting?
Any sort of help and guidance for what I could start next would be a great help!!
4 Réponses
+ 3
JavaScript, to make the website interactive.
Then, you could either do PHP for backend stuff, or if you want to make styling easier check out Sass (scss).
+ 7
JavaScript and preprocessor
+ 1
SCSS preprocessor, and some concept of writing CSS like BEM, OOCSS and so on.