diff --git a/js/ui.js b/js/ui.js index 124f2ce..e608789 100644 --- a/js/ui.js +++ b/js/ui.js @@ -109,7 +109,6 @@ const labs = [ "Cascading Style Sheets", "Selectors", "Colors and Text", - "Applying CSS", "Margins and Padding", "Borders", "Shorthand Properties", diff --git a/lab_032.html b/lab_032.html index 0c548d9..8065043 100644 --- a/lab_032.html +++ b/lab_032.html @@ -3,7 +3,7 @@ - Lab 32 - Applying CSS + Lab 32 - Margins and Padding @@ -37,23 +37,15 @@

- Lab 32 - Applying CSS + Lab + Margins and Padding

Goals

-

Style, not Structure

-

Let's add some appearance and design to our HTML. In your styles.css, let's add some changes using HTML selectors first. - Add the following CSS to your styles.css file:

-

-

styles.css

-

-      

We set the height of the <html> tag to be 100%. This means it will take - up the full available space of its parent container. The parent container in this case is the browser window, so our <html> - will fill up our browser window and give us a good starting point for other styling.

+
diff --git a/lab_033.html b/lab_033.html index c1ffc46..82d76a9 100644 --- a/lab_033.html +++ b/lab_033.html @@ -3,7 +3,7 @@ - Lab - Git + Lab 33 - Borders @@ -16,7 +16,7 @@ - + Skip to content @@ -37,8 +37,8 @@

- Lab - Git + Lab 33 + Borders

Goals

diff --git a/lab_034.html b/lab_034.html index c1ffc46..8f068dc 100644 --- a/lab_034.html +++ b/lab_034.html @@ -3,7 +3,7 @@ - Lab - Git + Lab 34 - Shorthand Properites @@ -16,7 +16,7 @@ - + Skip to content @@ -37,8 +37,8 @@

- Lab - Git + Lab 34 + Shorthand Properties

Goals

diff --git a/prism/css/3201.css b/prism/css/3201.css index 07e124c..3938cc5 100644 --- a/prism/css/3201.css +++ b/prism/css/3201.css @@ -8,5 +8,5 @@ body { min-height: 100vh; padding: 0; margin: 0; - font-family: monospace; + font-family: "monospace"; }