|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/drsuper/CalculusMechanics/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Adventure 1 โ Activity 2 (Solution)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body{
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
margin:0; background:#ffffff; color:#222;
}
.page{
max-width: 1100px;
margin: 0 auto;
padding: 1.6rem 1.2rem 3rem;
}
.nav{
font-size: 0.95rem;
margin-bottom: 0.9rem;
}
.nav a{ color:#1f4ed8; text-decoration:none; }
.nav a:hover{ text-decoration:underline; }
h1{
font-size: 1.75rem;
margin: 0.2rem 0 0.4rem;
}
.subtitle{
color:#555;
line-height:1.45;
margin-bottom: 1.2rem;
}
.card{
border: 1px solid #e5e7f6;
border-radius: 14px;
padding: 0.9rem;
margin: 1rem 0;
background: #fafbff;
}
.imgwrap{
background:#fff;
border: 1px solid #dde0f0;
border-radius: 12px;
overflow:hidden;
}
img{
width:100%;
height:auto;
display:block;
}
.label{
font-weight: 700;
margin: 0 0 0.6rem;
}
.top-buttons{
display: flex;
gap: 10px;
margin-left: 12px; /* โ move right */
}
button{
min-height: 40px;
padding: 6px 14px;
font-size: 0.95rem;
font-weight: 500;
border: 2px solid #666;
background: #f4f4f4;
color: #111;
border-radius: 0; /* โ
square */
box-sizing: border-box;
cursor: pointer;
}
</style>
</head>
<body>
<div class="page">
<div class="top-buttons">
<div class="buttons-row">
<a href="index.html"><button class="secondary">๐งญ Hub</button></a>
<a href="adventure_1_home.html"><button class="secondary">๐ Adventure 1 Home</button></a>
<a href="adventure_1_activity_2_student.html"><button>๐งช Activity 2</button></a>
</div>
</div>
<h1>๐งฉ Adventure 1 โ Activities 1 and 2 Solutions.</h1>
<div class="subtitle">
</div>
<div class="card">
<div class="label"></div>
<div class="imgwrap">
<img src="images/adventure_1_image_2.1_solution.png" alt="Adventure 1 Activity 2 Solution PNG">
</div>
</div>
<div class="card">
<div class="label"></div>
<div class="imgwrap">
<img src="images/adventure_1_image_2.2_solution.png" alt="Adventure 1 Activity 2 Student PNG">
</div>
</div>
</div>
</body>
</html>