Difference between revisions of "CS47"

From Coder Merlin
(Created page with "= Intro to CSS = ==== Let's start with the phrase "<style>" ====")
 
Line 1: Line 1:
= Intro to CSS =
= Intro to CSS =
==== First off, what does CSS stand for? ====
======CSS stands for Cascading style sheets, all that means is CSS will allow you to design and make your website unique. An example is changing the background color, or how BIG or small your text is ======
==== Let's start with the phrase "<style>" ====
==== Let's start with the phrase "<style>" ====
====== So to even start with CSS you need to put the <style> phrase. This tells the computer when it should start reading for its own CSS changes. for example, if your code looked like this: ======
<br>

Revision as of 15:58, 20 January 2023

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Intro to CSS[edit]

First off, what does CSS stand for?[edit]

CSS stands for Cascading style sheets, all that means is CSS will allow you to design and make your website unique. An example is changing the background color, or how BIG or small your text is[edit]

Let's start with the phrase "<style>"[edit]

So to even start with CSS you need to put the <style> phrase. This tells the computer when it should start reading for its own CSS changes. for example, if your code looked like this:[edit]