Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.* linguist-language=Java
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down