Skip to content

Commit 42ba673

Browse files
authored
Merge pull request #50152 from wwlpublish/f4e37970b82d7d1442b9a96df7e9a394a0414b9f2f05a0f76f0b67cb8f8f708e-live
Modules/M02-use-css-styles
2 parents 14b8bf3 + 177b70d commit 42ba673

17 files changed

+88
-86
lines changed

learn-pr/wwl-azure/use-css-styles/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction to the module."
7-
ms.date: 03/26/2024
7+
ms.date: 04/28/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/use-css-styles/2-explore-css-concepts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Explore CSS concepts
44
metadata:
55
title: Explore CSS concepts
66
description: "Explore the core concepts of Cascading Style Sheets (CSS)."
7-
ms.date: 03/26/2024
7+
ms.date: 04/28/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/use-css-styles/3-discover-more-css.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Discover more about CSS
44
metadata:
55
title: Discover more about CSS
66
description: "Explore more ways that CSS can make managing your content easier and your content more interesting for your readers."
7-
ms.date: 03/26/2024
7+
ms.date: 04/28/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/use-css-styles/4-exercise-css-concepts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Use CSS concepts
44
metadata:
55
title: Exercise - Use CSS concepts
66
description: "Use CSS concepts to begin styling your resume web page."
7-
ms.date: 03/26/2024
7+
ms.date: 04/28/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/use-css-styles/5-inspect-selectors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uid: learn.wwl.use-css-styles.inspect-selectors
33
title: Inspect selectors
44
metadata:
55
title: Inspect selectors
6-
description: "Inspect CSS selectors, used to select the elements to apply styles."
7-
ms.date: 03/26/2024
6+
description: "Inspect CSS selectors, to select the elements used to apply styles."
7+
ms.date: 04/28/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/use-css-styles/6-exercise-selectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Selectors
44
metadata:
55
title: Exercise - Selectors
66
description: "Set styles for the social media and experience sections and links on your web page."
7-
ms.date: 03/26/2024
7+
ms.date: 04/28/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/use-css-styles/7-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Check what you learn in this module."
7-
ms.date: 03/26/2024
7+
ms.date: 04/28/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
@@ -14,7 +14,7 @@ durationInMinutes: 3
1414
content: |
1515
[!include[](includes/7-knowledge-check.md)]
1616
quiz:
17-
title: "Check Your Knowledge on CSS Concepts"
17+
title: "Check your knowledge on CSS concepts"
1818
questions:
1919
- content: "To make all `h2` elements on a page bold using a single style command, what method should be used?"
2020
choices:

learn-pr/wwl-azure/use-css-styles/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary of the module."
7-
ms.date: 03/26/2024
7+
ms.date: 04/28/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/use-css-styles/includes/1-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Cascading style sheets (CSS) are used to apply formatting or style to a webpage's content. With CSS, you can tell the browser which fonts and colors to use and tell it many other ways to display your content. Using CSS, you tell the browser which elements to select and then describe the styles to apply to those elements.
22

3-
Imagine you're creating a webpage for your resume. You created the page using HTML, and want to set various style options such as the color and fonts. You'll modify the style by using CSS.
3+
Imagine you're creating a webpage for your resume. You created the page using HTML, and want to set various style options such as the color and fonts. You modify the style by using CSS.
44

5-
By the end of this module, you'll be able to:
5+
By the end of this module, you're able to:
66

77
- Use selectors to apply style to different elements
88
- Set fonts and sizing for text

learn-pr/wwl-azure/use-css-styles/includes/2-explore-css-concepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Notice the code inside the curly braces, `color: orange;`t declares how the sele
1515
Your sample declaration contains a **property**, `color`, which is separated from a **value**, `orange`, with a colon (`:`), and the end of the setting is marked by a semicolon (`;`).
1616

1717
> [!NOTE]
18-
> There is no need to memorize every available property and value in CSS. There are a lot of websites that you can reference. Also, tools such as [vscode.dev](https://vscode.dev) or [Visual Studio Code](https://code.visualstudio.com) offer auto-complete options that can help guide you as you create a CSS.
18+
> There's no need to memorize every available property and value in CSS. There are many websites that you can reference. Also, tools such as [vscode.dev](https://vscode.dev) or [Visual Studio Code](https://code.visualstudio.com) offer autocomplete options that can help guide you as you create a CSS.
1919
2020
## Embed a CSS file
2121

@@ -51,7 +51,7 @@ When viewed in a browser, the "Welcome" text in the `<h1>` tag displays gray.
5151
5252
## Link to a CSS file
5353

54-
When you add styles to Hypertext Markup Language (HTML), it's best to do your styling in a separate CSS file. When several HTML files use the same CSS, they'll have a consistent appearance. Plus, updating one CSS file is easier than having to update each individual HTML file.
54+
When you add styles to Hypertext Markup Language (HTML), it's best to do your styling in a separate CSS file. When several HTML files use the same CSS, they have a consistent appearance. Plus, updating one CSS file is easier than having to update each individual HTML file.
5555

5656
To reference the CSS file, you use the `link` element.
5757

@@ -61,7 +61,7 @@ To reference the CSS file, you use the `link` element.
6161
<link rel="stylesheet" href="style.css">
6262
```
6363

64-
Now you'll have at least two files, an `.html` file and a `.css` file. The previous example would have an HTML file that links to the CSS.
64+
Now you have at least two files, an `.html` file and a `.css` file. The previous example would have an HTML file that links to the CSS.
6565

6666

6767
```html

0 commit comments

Comments
 (0)