From c33b9343319aab9721d5518c70dc80b48cb1965b Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Wed, 1 Nov 2023 13:39:41 -0400 Subject: [PATCH] Updated: Wednesday, November 01,2023-11-01 13:39:41 --- enter/Week 7 Slides.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/enter/Week 7 Slides.md b/enter/Week 7 Slides.md index c4e4159..9501a31 100644 --- a/enter/Week 7 Slides.md +++ b/enter/Week 7 Slides.md @@ -1,6 +1,7 @@ -### Week 7: Coding with EXTRA FLARE! Javascript & CSS in websites +### Week 7: Coding with ✨FLARE!✨ +## CSS & Javascript in websites Miss Shway @@ -44,7 +45,7 @@ Let me know if you'd like help with your website. --- -## Step 1. Let's go to [neocities.org ](https://neocities.org/) +## Step 1. Let's make a visit to [neocities.org ](https://neocities.org/) Today we are going to start programming in CSS! This makes your website **PRETTY**! @@ -59,9 +60,13 @@ You'll see a lot of interesting website examples here. CSS stands for *Cascading Style Sheets*. -CSS files are for creating **rules** for the standard designs of every webpage on your website. +- CSS files are for creating **rules** for standard designs of every page on your website. -Think of a page like youtube or instagram. All the fonts, designs are kept the same on each part of the site. This is what CSS helps do! It gives decorative **rules** for the developer to choose from. +- Think of a site like [youtube.com](https://www.youtube.com/) + + - All the fonts, designs are **kept the same** on each part of the site. + +This is what CSS helps do! It gives decorative **rules** for the developer to choose from. (especially as we create multiple webpages in our site) ---