File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments