From a151f8e65ca0a0b8405b9e912294a1472a513966 Mon Sep 17 00:00:00 2001 From: mr0range <14809471+mr0rang3@users.noreply.github.com> Date: Sun, 6 Jan 2019 10:55:56 -0700 Subject: [PATCH] Update to resource styling (#26504) Updated the styling of the resource links to match style of other pages --- guide/english/css/css-buttons/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/english/css/css-buttons/index.md b/guide/english/css/css-buttons/index.md index 36544f04b1..23f876c04c 100644 --- a/guide/english/css/css-buttons/index.md +++ b/guide/english/css/css-buttons/index.md @@ -165,5 +165,6 @@ In many cases buttons will have to link to an url. As we can't add an href attri ``` #### More Information: -* https://www.w3schools.com/css/css3_buttons.asp -* https://www.w3schools.com/howto/howto_css_animate_buttons.asp + +- [W3 Schools - CSS Buttons](https://www.w3schools.com/css/css3_buttons.asp) +- [W3 Schools - CSS Buttons Animate](https://www.w3schools.com/howto/howto_css_animate_buttons.asp)