Index Vs Style

How do we organize website or webpage projects? Why use a folder for each and inside have an HTML file named index.html? And a CSS file named style.css? What’s the purpose of this pattern? Use an example to support your answer. When you are generating your documents it’s important to save your content to the… Continue reading Index Vs Style

Published

Express the Elements

Describe the purpose of various elements like: <header>, <footer>, <nav>, <section>, <article>, etc. Header could be a name or logo. Nav is short for navigation which has information for links and secondary files. The footer usually has information that tells us about the author and has all copyright data and all information sourced to generate the document. An article is… Continue reading Express the Elements

Published

Week 2 Skating is my Hobby

Link to my work While looking at the boilerplate in noticed the lang attribute and wondered about how many languages exist to label. Here’s a great list of … languages that have codes. The function of the boilerplate is to act as a basic skeletal structure that allows the content to be properly formatted. It… Continue reading Week 2 Skating is my Hobby

Published

Week 05- Sass Part 2

Tutorials Natours-v5-4 Problem-Set Element Page – Editorial Blog – :not() property In CSS, elements matching a specific selector are excluded using the :not pseudo-class. All items can be styled with it, with the exception of those listed inside the:not() function. HTML SCSS

Published

Week 04 – Sass Part 1

Tutorials Natours version – 5 – 1 : Sass-Nasting Natours version – 5 – 2 : Architecture Natours version – 5 – 3 : Layout & Grid System – video Natours version – 5 – 3 : Layout & Grid System – Pre-built grid system Problem Set Prob-set Blog HTML SCSS :not(:last-child) applies margin-right: 20px… Continue reading Week 04 – Sass Part 1

Published