From 372abdcf5f242a7b9c7a33a2860bd8a2d09d8b44 Mon Sep 17 00:00:00 2001 From: Alex Kaminetzky Date: Thu, 6 Jan 2022 21:38:25 -0500 Subject: [PATCH] Capitalize a letter at the beginning of a title --- flex/05-flex-modal/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flex/05-flex-modal/README.md b/flex/05-flex-modal/README.md index 2e428eb..9f8b55d 100644 --- a/flex/05-flex-modal/README.md +++ b/flex/05-flex-modal/README.md @@ -1,7 +1,7 @@ # A common 'modal' style This one is another very common pattern on the web. The solution to this one is _simple_... but it might not be immediately obvious to you. You'll need to edit the HTML a bit to get everything where it needs to be. -### a hint +### A hint Depending on how you approach this one, you might need to revisit the `flex-shrink` property to keep a flex item from getting smashed. ## Desired outcome @@ -15,4 +15,4 @@ Depending on how you approach this one, you might need to revisit the `flex-shri - There is padding around the edge of the modal. - The header, text, and buttons are aligned with each other. - The header is bold and a slightly larger text-size than the text. -- The close button is vertically aligned with the header, and aligned in the top-right of the card. \ No newline at end of file +- The close button is vertically aligned with the header, and aligned in the top-right of the card.