Assignment FSP I
Assignment FSP I
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
/* Embedded Styles */
body {
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
width: 80%;
margin: auto;
.case-study {
background: white;
padding: 20px;
margin: 20px 0;
border-radius: 10px;
.highlight {
color: blue;
.animated-box {
width: 100px;
height: 100px;
border-radius: 10px;
.animated-box:hover {
width: 100%;
padding: 10px;
</style>
</head>
<body>
<div class="container">
<div class="case-study">
</div>
<div class="case-study">
<div class="animated-box"></div>
</div>
<div class="case-study">
<h2>CO PO Mapping</h2>
<tr>
<th>Case Study</th>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</div>
</div>
</body>
</html>