Hello Campers!
I am done with the third project. Here is the link: https://codepen.io/joesh/full/OJVeJaM Please go through it and give your feedback and suggestions on how to improve my code.
Thank you
Hello Campers!
I am done with the third project. Here is the link: https://codepen.io/joesh/full/OJVeJaM Please go through it and give your feedback and suggestions on how to improve my code.
Thank you
You page looks good @joshem. Some things to revisit;
sans-serif
link
to a font, that goes in the head
of your HTML. In the case of codepen you click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.import
it. It’s a different call. You just don’t add import in front of the link.link
. You have to click @import
to get the import link for CSS.Thanks @Roma once again! You make this whole experience fun, I am learning a lot from you!