Skip to content

Commit 93ac6e3

Browse files
committed
Added ids for each profile element.
1 parent 40ca94d commit 93ac6e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
</head>
66

77
<body>
8-
<div>
9-
<img src="images/loa.jpg" alt="loa"/>
10-
<h2>Loa</h2>
8+
<div id="profile-container">
9+
<img id="profile-image" src="images/loa.jpg" alt="loa"/>
10+
<h2 id="profile-name">Loa</h2>
11+
</div>
1112
</body>
1213

1314
</html>

0 commit comments

Comments
 (0)