This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththree-pictures.html
55 lines (44 loc) · 2.51 KB
/
three-pictures.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Your Name</title>
<meta name="viewport" content="width=device-width" />
<meta name="description" content="Your Name Portfolio" />
<meta name="keywords" content="Your Name, technology, business" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="icon" type="image/png" href="http://waldronmatthew.com/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Tajawal" rel="stylesheet">
<link rel="stylesheet" href="css/lightbox.css" type="text/css" title="style">
<link rel="stylesheet" href="css/style.css" type="text/css" title="style" />
</head>
<body>
<a href="index.html"><img src="https://fontmeme.com/permalink/180423/0b307f5b05a133409e7cc561af1cadaf.png" alt="website-logo"></a>
<h1>3 Responsive Pictures</h1>
<div class="center">
<p>Three responsive pictures on a page. Add class "three center" after "grid-link".</p>
<h2>Width Dimensions</h2>
<p><b>xs:</b> 100% | <b>sm:</b> 50% | <b>md:</b> 33.3% | <b>lg:</b> 33.3% | <b>xl:</b> 25% <i>centered</i></p>
</div>
<div class="grid">
<div class="grid_item three-center span" style="background-image:url('pictures/mnt1.jpg');"><a href="pictures/mnt1.jpg" class="grid_link" data-lightbox="p3" data-title="mnt1"><div class="tile"><p>one</p></div></a></div>
<div class="grid_item three-center span" style="background-image:url('pictures/mnt2.jpg');"><a href="pictures/mnt2.jpg" class="grid_link" data-lightbox="p3" data-title="mnt2"><div class="tile"><p>two</p></div></a></div>
<div class="grid_item three-center span" style="background-image:url('pictures/mnt3.jpg');"><a href="pictures/mnt3.jpg" class="grid_link" data-lightbox="p3" data-title="mnt3"><div class="tile"><p>three</p></div></a></div>
</div>
<div class="btn-container">
<div class="footer">
<div class="list"><a class="cool-link" href="index.html">Website</a></div>
<div class="list"><a class="cool-link" href="index.html">GitHub</a></div>
</div>
</div>
<div class="btn-container">
<div class="pages">
<div class="list"><a href="portfolio.html">Portfolio</a></div>
<div class="list"><a href="index.html">Home</a></div>
</div>
</div>
<a href="web.html">© Copyright <span id="footer-copyright"></span><i> Your Name</i>. All Rights Reserved.</a>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js/copyright-year.js"></script>
<script src="js/lightbox.js"></script>
</body>
</html>