From cda644b421238dd65a577d9ecfaa445e1578bd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kr=C3=BCger?= <4972863+sneakpodbob@users.noreply.github.com> Date: Sun, 2 Jul 2023 09:42:18 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ff64356..27cb26d7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Edit the "Title" section to change the page heading. You can use something like Edit the "Short Bio" section tell users about yourself or your brand. -## Breaking down attributes: +## Breaking down `` attributes: 1.) class="button button-default" | The first "button" here is telling this tag that it should make this element a button and applies the default styling in `css/brands.css`. The second portion, button-default, is declaring the specific brand style you would like to apply. Here we're applying the "default" style and color. @@ -34,7 +34,7 @@ This is especially useful when opening untrusted links. https://developer.mozill 5.) role="button" | The button role identifies an element as a button to assistive technology such as screen readers. -## Breaking down the attributes: +## Breaking down the `` attributes: 1.) class="icon" | This class is telling the tag that it should use the styling for icons found in `css/brands.css`.