From 73309594688062dfdf3fe4083c87140d4e8f46c2 Mon Sep 17 00:00:00 2001 From: Tran Nguyen Thuong Truong Date: Thu, 2 Sep 2021 08:41:02 +0700 Subject: [PATCH 1/2] Create [02] use-css-selectors-to-style-elements.css add Question 2: use-css-selectors-to-style-elements --- ...2] use-css-selectors-to-style-elements.css | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CSS basic/[02] use-css-selectors-to-style-elements.css diff --git a/CSS basic/[02] use-css-selectors-to-style-elements.css b/CSS basic/[02] use-css-selectors-to-style-elements.css new file mode 100644 index 0000000..b27a8a8 --- /dev/null +++ b/CSS basic/[02] use-css-selectors-to-style-elements.css @@ -0,0 +1,36 @@ + +

CatPhotoApp

+
+

Click here to view more cat photos.

+ + A cute orange cat lying on its back. + +
+

Things cats love:

+
    +
  • cat nip
  • +
  • laser pointers
  • +
  • lasagna
  • +
+

Top 3 things cats hate:

+
    +
  1. flea treatment
  2. +
  3. thunder
  4. +
  5. other cats
  6. +
+
+ +
+ +
+ + +
+ + +
+
From d12743e3cc0c3609854ee84458648f9ab76da6d4 Mon Sep 17 00:00:00 2001 From: Tran Nguyen Thuong Truong Date: Thu, 2 Sep 2021 08:45:33 +0700 Subject: [PATCH 2/2] Update main.yml add ci on another branch --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30a4bc1..910dabc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,13 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ main ] + branches: + - main + - CSS-course pull_request: - branches: [ main ] + branches: + - main + - CSS-course # Allows you to run this workflow manually from the Actions tab workflow_dispatch: