FMF Mohamedinprogram12.hashnode.dev·Jan 9, 2023 · 4 min readBox modelBox model All elements inside HTML are wrapped inside a box. This is known as the Box model. The box model is made up of 4 components: Content Padding Border Margin The blue section is where the content is placed. The green is the padding, the...00
FMF Mohamedinprogram12.hashnode.dev·Jan 1, 2023 · 7 min readBeginner's Guide to CSSWhat is CSS? CSS is short for "Cascading Style Sheets". It's used to style elements written in HTML and presents how the information is displayed on the web page. CSS can be used to add colour, change text sizes, animate images and so on. How do you ...00
FMF Mohamedinprogram12.hashnode.dev·Dec 22, 2022 · 4 min readAn introduction to HTMLI recently joined a bootcamp named Pivot2Tech which is aimed at teaching students how to code (fullstack) and also how to freelance. I plan to document what I've learnt as I go along. In our first session, we went over a few things. Namely, what a we...00