<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="lib/style.css">
<script src="lib/script.js"></script>
<title> Best Students from Cher Jhon </title>
</head>
<div class="hh">
<h1 class="h"> Kimlay and Chhay Hy's Webpage </h1>
</div>
<body>
<div>
<h1 class="h"> About Us </h1>
<p class="pp1"> We are Ty Kimlay and Chhay Hy (The best team mg), and we study at Grade 10 Ares in CIA First International Highschool SS2. This website we make is about ourselves and to also hurt your eyes with colors</p>
</div>
<div>
<h2 class="h"> OUR Hobbies </h2>
<ul class="pp">
<li class="odd"> Football </li>
<li class="even"> Play clash royale </li>
<li class="odd"> Eat food </li>
<li class="even"> Sleep </li>
</ul>
</div>
<div>
<h2 class="h"> OUR Family </h2>
<ol class="pp">
<li class="odd"> Me </li>
<li class="even"> My siblings </li>
<li class="odd"> My mom </li>
<li class="even"> My dad </li>
<li class="odd"> My grandma </li>
</ol>
</div>
<div>
<h2 class="h"> OUR Friends </h2>
<ol class="pp">
<li class="odd"> Grade 10 Ares </li>
<li class="even"> Grade 10 Toul Basan </li>
<li class="odd"> Grade 9 Argus </li>
<li class="even"> Grade 8 Atlas </li>
<li class="odd"> Teacher Jacob Nienhuis </li>
<li class="even"> Sir Jhon Francis Dacles </li>
</ol>
</div>
<div>
<h2 class="h"> Countries WE have vist </h2>
<ul class="pp">
<li class="odd"> Cambodia </li>
<li class="even"> Vietnam </li>
<li class="odd"> Korea </li>
<li class="even"> Not Thailand </li>
<li class="odd"> Singapore + Malaysia </li>
</ul>
</div>
</body>
</html>
/* Add your styles here */
body {
background-color:blanchedalmond;
}
.h {
font-family: "Times New Roman", Times, serif;
color:white;
background-color: black;
text-align: center;
}
.hh{
background-color: black
}
.pp{
text-align: center;
}
.pp1{
text-align: center;
background-color: burlywood;
}
.odd{
background-color: burlywood;
color: black
}
.even{
background-color:darkgoldenrod;
color: black
}
div {
width: 1000px;
border: 15px solid rgb(0, 0, 0);
padding: 50px;
margin: 20px;
}
// Add your code here