forked from Aniket965/Hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b18e49
commit c97edf9
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 characters
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> |