#css
Read more stories on Hashnode
Articles with this tag
font-size: 18px; is used to change the HMTL fontsize to 18px. You can insert an image into the site via CSS instead of HTML by doing...
<svg> This tag is used as a semantic container for a svg image element. SVG stands for Scalable Vector Graphics. W3 schools says SVG βis used to...
The type selector is used in the CSS file to select certain element types and apply styling to them. Eg p { \ color:green; \ } The universal...
<nav> is used to define a group of navigation tabs. <main> is used to feature the bulk of the content on the webpage. <footer> is usually at the...
I created a basic JS, HTML, CSS site yesterday that rotates an emoji 90 degrees every time the user clicks it. To create the spinning emoji, I created...