File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
<!-- Trying to replicate: www.filtelescu.com/index.html -->
3
3
< html >
4
4
< head >
5
+ < link rel ="stylesheet " type ="text/css " href ="style.css ">
6
+ < title > MAC x Collab</ title >
7
+ < script src ="scripts.js "> </ script >
5
8
</ head >
6
- < script >
7
- </ script >
8
- < body >
9
9
10
+ < body >
10
11
< h1 class ="main_heading "> < strong > About Anna</ strong > </ h1 >
11
12
< p class ="main_subheading "> Created only in HTML and CSS</ p >
12
13
@@ -35,16 +36,16 @@ <h2 class="subheading">Forest at Sunset</h2>
35
36
< p class ="body_para "> All sourced from: < a href =https://unsplash.com/ > unsplash.com</ a > </ p >
36
37
</ div >
37
38
< div class ="image ">
38
- < img src ="https://images.unsplash.com/photo-1523712999610-f77fbcfc3843?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80 ">
39
+ < img src ="https://images.unsplash.com/photo-1523712999610-f77fbcfc3843?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80 ">
39
40
</ div >
40
41
41
-
42
42
< div class ="img_txt ">
43
43
< h2 class ="subheading "> Sunrise at Sea</ h2 >
44
44
< p class ="body_para "> All sourced from: < a href =https://unsplash.com/ > unsplash.com</ a > </ p >
45
45
</ div >
46
+
46
47
< div class ="image ">
47
- < img src ="https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1053&q=80 ">
48
+ < img src ="https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1053&q=80 ">
48
49
</ div >
49
50
50
51
</ body >
You can’t perform that action at this time.
0 commit comments