Skip to content

Commit ffbe65c

Browse files
Update index.html
1 parent c6c4b48 commit ffbe65c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@
1010
.code-container {
1111
display: flex;
1212
align-items: center;
13-
gap: 10px; /* Adds space between the code and button */
13+
gap: 10px; /* Adds space between the elements */
14+
}
15+
pre {
16+
margin: 0;
17+
padding: 5px;
18+
background-color: #f0f0f0;
19+
border-radius: 5px;
20+
}
21+
button {
22+
padding: 5px 10px;
23+
cursor: pointer;
1424
}
1525
</style>
1626
</head>
@@ -32,8 +42,9 @@ <h2 class="site-title">The Coders Club</h2>
3242
<div class="content-container">
3343
<h2>name example -> vishal/cse-3</h2>
3444

35-
<!-- Code and Copy Button in one line -->
45+
<!-- Instruction, Code, and Copy Button in one line -->
3646
<div class="code-container">
47+
<span>Enter code if asked:</span>
3748
<pre id="auto-code">2653 2852</pre>
3849
<button onclick="copyToClipboard()">Copy Code for Quiz</button>
3950
</div>

0 commit comments

Comments
 (0)