Hello everyone 😊 It's my first challenge on this site, i want to know if there's a more better way to code this project, on the HTML and CSS file.
Thank you
Hello everyone 😊 It's my first challenge on this site, i want to know if there's a more better way to code this project, on the HTML and CSS file.
Thank you
HI!! nice one!! even on something simple is important to practice and implement good practices on coding. Try using the following to improve your code habilities: 1.- use css variables for future maintenance, changes or complex projects, variables help you to avoid issues on styling and improve reusable and scalable code. 2.- use a css methodology, css has to be readable, reusable and scalable. those are basicly guidelines of how to write better css code, well structured, better names and coherent. 3.- use a preprocessor, those are basicly css with superpowers!!... basicly helps you writing code faster, avoid redundancy, integrate options like modularize, tools and functions which makes easier and conftable writing code.
have a nice coding day!!