Skip to content

Instantly share code, notes, and snippets.

@Jolaolu
Last active July 8, 2018 18:44
Show Gist options
  • Save Jolaolu/ea3f684813f730e10c8abe71a89fbdd7 to your computer and use it in GitHub Desktop.
Save Jolaolu/ea3f684813f730e10c8abe71a89fbdd7 to your computer and use it in GitHub Desktop.

Revisions

  1. Jolaolu revised this gist Jul 8, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions index.html
    Original 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>
  2. Jolaolu revised this gist Jul 8, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion index.html
    Original 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)-->
    <!-- class of 'container' holds other items (sub classes)-->
    <div class='container'>
    <div><img src=''/></div>
    <div><img src=''/></div>
  3. Jolaolu revised this gist Jul 8, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    <html>
    <head>
    <title>Responsive Gallery<title>
    <!--link the stylesheet-->
    <!--links to the stylesheet-->
    <link rel="stylesheet" type="text/css" href="styles.css">
    </head>
    <body>
    <!-- classof container holds other items (sub classes)-->
    <!-- class of container holds other items (sub classes)-->
    <div class='container'>
    <div><img src=''/></div>
    <div><img src=''/></div>
  4. Jolaolu revised this gist Jul 8, 2018. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions styles.css
    Original file line number Diff line number Diff line change
    @@ -1,3 +0,0 @@
    .container{
    display :flex;
    }
  5. Jolaolu revised this gist Jul 8, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions index.html
    Original 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>
  6. Jolaolu created this gist Jul 8, 2018.
    16 changes: 16 additions & 0 deletions index.html
    Original 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>
    3 changes: 3 additions & 0 deletions styles.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    .container{
    display :flex;
    }