Last active
July 8, 2018 18:44
-
-
Save Jolaolu/ea3f684813f730e10c8abe71a89fbdd7 to your computer and use it in GitHub Desktop.
Revisions
-
Jolaolu revised this gist
Jul 8, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,8 @@ <div><img src=''/></div> <div><img src=''/></div> <div><img src=''/></div> <div><img src=''/></div> <div><img src=''/></div> </div> </body> </html> -
Jolaolu revised this gist
Jul 8, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <!-- class of 'container' holds other items (sub classes)--> <div class='container'> <div><img src=''/></div> <div><img src=''/></div> -
Jolaolu revised this gist
Jul 8, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ <html> <head> <title>Responsive Gallery<title> <!--links to the stylesheet--> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <!-- class of container holds other items (sub classes)--> <div class='container'> <div><img src=''/></div> <div><img src=''/></div> -
Jolaolu revised this gist
Jul 8, 2018 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +0,0 @@ -
Jolaolu revised this gist
Jul 8, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,11 @@ <html> <head> <title>Responsive Gallery<title> <!--link the stylesheet--> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <!-- classof container holds other items (sub classes)--> <div class='container'> <div><img src=''/></div> <div><img src=''/></div> -
Jolaolu created this gist
Jul 8, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ <html> <head> <title>Responsive Gallery<title> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <div class='container'> <div><img src=''/></div> <div><img src=''/></div> <div><img src=''/></div> <div><img src=''/></div> <div><img src=''/></div> <div><img src=''/></div> </div> </body> </html> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ .container{ display :flex; }