Fix(DPxAI): Add subject instructions

This commit is contained in:
oumaimafisaoui 2024-08-28 18:18:54 +01:00 committed by Oumaima Fisaoui
parent 93c7605b47
commit 4887abc7b4
1 changed files with 10 additions and 6 deletions

View File

@ -180,12 +180,11 @@ h3 {
margin-bottom: 10px; margin-bottom: 10px;
} }
#title #title {
{ text-align: center;
text-align: center; margin: 1rem;
margin: 1rem; background-color: #383086;
background-color: #383086; color: rgb(158, 235, 223);
color: rgb(158, 235, 223);;
} }
``` ```
@ -367,6 +366,11 @@ document.addEventListener("keydown", function (event) {
}); });
``` ```
**`Prompt Example:`**
- "What is event.key in JavaScript and how can it be used to detect keyboard inputs?"
- "How can I use document.querySelector to select multiple elements in JavaScript?"
#### 4- Task 5: Final Touches and Presentation #### 4- Task 5: Final Touches and Presentation
- Test Everything: - Test Everything: