Updated: Wednesday, November 01,2023-11-01 13:39:41
parent
d74c7c85b4
commit
c33b934331
|
@ -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)
|
||||
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue