File tree Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < style >
5
+ div .gallery {
6
+ margin : 5px ;
7
+ border : 1px solid # ccc ;
8
+ float : left;
9
+ width : 180px ;
10
+ }
11
+
12
+ div .gallery : hover {
13
+ border : 1px solid # 777 ;
14
+ }
15
+
16
+ div .gallery img {
17
+ width : 100% ;
18
+ height : auto;
19
+ }
20
+
21
+ div .desc {
22
+ padding : 15px ;
23
+ text-align : center;
24
+ }
25
+ </ style >
26
+ </ head >
27
+ < body >
28
+ < div class ="gallery ">
29
+ < a
30
+ target ="_blank "
31
+ href ="https://avatars.githubusercontent.com/u/65495361?s=96&v=4 "
32
+ >
33
+ < img
34
+ src ="https://avatars.githubusercontent.com/u/65495361?s=96&v=4 "
35
+ alt ="Cinque Terre "
36
+ width ="600 "
37
+ height ="400 "
38
+ />
39
+ </ a >
40
+ < div class ="desc "> Add a description of the image here</ div >
41
+ </ div >
42
+
43
+ < div class ="gallery ">
44
+ < a target ="_blank " href ="github.com/ssn212.png ">
45
+ < img src ="img_forest.jpg " alt ="Forest " width ="600 " height ="400 " />
46
+ </ a >
47
+ < div class ="desc "> Add a description of the image here</ div >
48
+ </ div >
49
+
50
+ < div class ="gallery ">
51
+ < a target ="_blank " href ="img_lights.jpg ">
52
+ < img
53
+ src ="https://github.com/ssn212.png "
54
+ alt ="Northern Lights "
55
+ width ="600 "
56
+ height ="400 "
57
+ />
58
+ </ a >
59
+ < div class ="desc "> Add a description of the image here</ div >
60
+ </ div >
61
+
62
+ < div class ="gallery ">
63
+ < a target ="_blank " href ="img_mountains.jpg ">
64
+ < img
65
+ src ="https://github.com/ssn212.png "
66
+ alt ="Mountains "
67
+ width ="600 "
68
+ height ="400 "
69
+ />
70
+ </ a >
71
+ < div class ="desc "> Add a description of the image here</ div >
72
+ </ div >
73
+ </ body >
74
+ </ html >
You can’t perform that action at this time.
0 commit comments