Skip to content

Commit 1458fc0

Browse files
authored
Update b.html
1 parent c94b1e7 commit 1458fc0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

b.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Researching for a Debate</title>
7-
<link rel="stylesheet" href="styles.css">
7+
<style>
8+
body { font-family: Arial, sans-serif; background: #e9ecef; padding: 20px; }
9+
.container { max-width: 600px; margin: auto; background: white; padding: 20px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
10+
.button { font-family: Arial, sans-serif; background: blue; padding: 20px; text-align: right; }
11+
h1 { text-align: center; }
12+
h6 { text-align: center; }
13+
</style>
814
</head>
915
<body>
1016
<h1>Step 1: Create a Research Question<br></h1>

0 commit comments

Comments
 (0)