Skip to content

Commit 177b70d

Browse files
authored
changed files by pdets auto publish service, publishid[17f064f5-af5b-4d36-a954-fb897c5a6469] and do [publish].
1 parent 1115a8a commit 177b70d

11 files changed

+11
-11
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: 04/25/2025
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: 04/25/2025
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: 04/25/2025
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: 04/25/2025
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Inspect selectors
44
metadata:
55
title: Inspect selectors
66
description: "Inspect CSS selectors, to select the elements used to apply styles."
7-
ms.date: 04/25/2025
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: 04/25/2025
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: 1 addition & 1 deletion
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: 04/25/2025
7+
ms.date: 04/28/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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: 04/25/2025
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/2-explore-css-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When viewed in a browser, the "Welcome" text in the `<h1>` tag displays gray.
4747

4848
### Apply styles to HTML using CSS
4949

50-
>[!VIDEO https://www.microsoft.com/videoplayer/embed/RE5ax20]
50+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=89e525bc-d3de-4252-816b-9df5b3acbb84]
5151
5252
## Link to a CSS file
5353

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To identify a class in CSS, you prefix a `.` in front of the name. In our exampl
4949

5050
If using a CSS file, you would write the class style definition in the CSS file. The class attribute in HTML references the definition from the CSS file.
5151

52-
>[!VIDEO https://www.microsoft.com/videoplayer/embed/RE5amMK]
52+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=d6df02cb-e0bd-4e52-b75b-7c519d84c9e4]
5353
### Pseudo-classes
5454

5555
Pseudo-classes enable you to identify elements based on their location on a page or how the user is interacting with them.

0 commit comments

Comments
 (0)