From 9092069313fa1af200558a906cdb440330333ae8 Mon Sep 17 00:00:00 2001 From: Hitesh Chopra <34310832+hiteshchopra11@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:53:38 +0530 Subject: [PATCH 1/4] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e82110a --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# CSS3-Flexbox-Tutorial +A Fictional Fruit blog to accompany the tutorial in Smashing Magazine + + +Css Flexbox Tutorial to show implementation of various features of Flexbox in css. From 420e26b5ec1ca1cc72d3fbae8f42f256caec2b32 Mon Sep 17 00:00:00 2001 From: Hitesh Chopra <34310832+hiteshchopra11@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:56:22 +0530 Subject: [PATCH 2/4] Removed width in li:hover Removed expanding of width in hover of li elements(First link ,Second link etc) as it created a bad user experience. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 8d3ae29..f338a8d 100644 --- a/css/style.css +++ b/css/style.css @@ -31,7 +31,7 @@ nav ul li { padding: 2px 5px; background-color: #343434; text-align: center; -we nav ul li:first-of-type { margin-left: 0; } nav ul li:last-of-type { margin-right: 0; border-right: none; } nav ul li a { text-decoration: none; color: #fcfcfc; font-size: 12px; } -nav ul li:hover { width: 200px; background-color: #000; } +nav ul li:hover { background-color: #000; } /* Introduction */ From 6f56c3bc25081e5158d29158a4b39c3a49733e3e Mon Sep 17 00:00:00 2001 From: Hitesh Chopra <34310832+hiteshchopra11@users.noreply.github.com> Date: Wed, 24 Feb 2021 12:00:57 +0530 Subject: [PATCH 3/4] Create .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ + From cc65b3fd4c2a93e5303fac28e925dff6bba449cd Mon Sep 17 00:00:00 2001 From: Hitesh Chopra <34310832+hiteshchopra11@users.noreply.github.com> Date: Wed, 24 Feb 2021 12:01:18 +0530 Subject: [PATCH 4/4] Update .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8b13789..da3745d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ - +*.* linguist-language=Java