<html> <head> <link rel="stylesheet" href="styles.css" /> </head> <body> <!-- Challenge: Use what you've just learned to fix our card's broken column layout (make it two-column instead of four-column) --> <div class="card"> <img src="images/per.png" alt="Per Harald Borgen smiling at the camera with a colorful background" class="avatar"> <h3>Per Harald Borgen</h3> <p>Frontend Developer</p> <h4>Oslo, Norway</h4> </div> </body> </html>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<linkrel="stylesheet"href="styles.css"/>
</head>
<body>
<!--
Challenge:
Use what you've just learned to fix our card's broken
column layout (make it two-column instead of four-column)
-->
<divclass="card">
<img
src="images/per.png"
alt="Per Harald Borgen smiling at the camera with a colorful background"