diff --git a/readme.md b/readme.md index 93dde5da..891e710a 100644 --- a/readme.md +++ b/readme.md @@ -80,6 +80,8 @@ - [Demo](#demo-3) - [All Demos](#all-demos) - [Quick Tip (Align The Cards)](#quick-tip-align-the-cards) + - [Stats and top languages cards](#stats-and-top-languages-cards) + - [Pinning repositories](#pinning-repositories) - [Deploy on your own](#deploy-on-your-own) - [On Vercel](#on-vercel) - [:film\_projector: Check Out Step By Step Video Tutorial By @codeSTACKr](#film_projector-check-out-step-by-step-video-tutorial-by-codestackr) @@ -691,7 +693,9 @@ Choose from any of the [default themes](#themes) ## Quick Tip (Align The Cards) -By default, GitHub does not lay out the cards side by side. To do that, you can use this approach: +By default, GitHub does not lay out the cards side by side. To do that, you can use such approaches: + +### Stats and top languages cards ```html @@ -702,15 +706,6 @@ By default, GitHub does not lay out the cards side by side. To do that, you can ``` -```html - - - - - - -``` -
:eyes: Show example @@ -721,7 +716,21 @@ By default, GitHub does not lay out the cards side by side. To do that, you can -*** +
+ +### Pinning repositories + +```html + + + + + + +``` + +
+:eyes: Show example