<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<title>Summary</title>
<style>
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f4f4f4;
}
.card {
background: #fff;
padding: 20px 30px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
font-size: 18px;
max-width: 400px;
text-align: center;
}
</style>
</head>
<body>
<div class=”card”>
Summarize a question in 15 words or fewer using HTML and CSS.
</div>
</body>
</html>
Leave a Reply
You must be logged in to post a comment.