Skip to content

Commit

Permalink
My Third Contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaydeep1617 committed Oct 9, 2018
1 parent 4b18e49 commit c97edf9
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Html/jaydeep_eraniya_photoGrid.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<title>Photo Grid</title>
<!-- <link rel="stylesheet" type="text/css" href="photoGrid.css"> -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,800,800i" rel="stylesheet">
<style>
img{
float:left;
width:30%;
margin: 1.66%;
/*border: 2px blue solid;*/
}
p{
font-family: Raleway;
font-weight: 800;
text-transform: uppercase;
width: 30%;
margin: auto;
text-align: center;
border-bottom: 2px solid #F1F1F1;
padding-bottom: 20px;
font-size: 23px;
}
</style>
</head>
<body>
<p>Jaydeep/Eraniya</p>
<img src="http://c1.staticflickr.com/9/8450/8026519634_f33f3724ea_b.jpg">
<img src="http://c2.staticflickr.com/8/7218/7209301894_c99d3a33c2_h.jpg">
<img src="http://c2.staticflickr.com/8/7231/6947093326_df216540ff_b.jpg">

<img src="http://c1.staticflickr.com/9/8788/17367410309_78abb9e5b6_b.jpg">
<img src="http://c2.staticflickr.com/6/5814/20700286354_762c19bd3b_b.jpg">
<img src="http://c2.staticflickr.com/6/5647/21137202535_404bf25729_b.jpg">

<img src="http://c2.staticflickr.com/6/5588/14991687545_5c8e1a2e86_b.jpg">
<img src="http://c2.staticflickr.com/4/3888/14878097108_5997041006_b.jpg">
<img src="http://c2.staticflickr.com/8/7579/15482110477_0b0e9e5421_b.jpg">

</body>
</html>

0 comments on commit c97edf9

Please sign in to comment.