5.2_exercise
This commit is contained in:
22
w5_2_FP/index.html
Normal file
22
w5_2_FP/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="./style.css" />
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<ul id="list">
|
||||
<li><span class="blue">Christian</span> <span class="pink">BALE</span></li>
|
||||
<li><span class="blue">Cate</span> <span class="pink">BLANCHETT</span></li>
|
||||
<!-- ... -->
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<script defer type="module" src="solution-index.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user