Fix(DPxAI): Add subject instructions

This commit is contained in:
oumaimafisaoui 2024-08-28 18:16:55 +01:00 committed by Oumaima Fisaoui
parent e9849dd4d2
commit 93c7605b47
1 changed files with 9 additions and 1 deletions

View File

@ -67,7 +67,7 @@ This div will serve as the container for all the robot portraits.
- Inside your gallery `<div>`, create an `<h1>` tag inside a `<div>` with an `id` of `title`. Then put the name of your gallery inside it !
```HTML
<div id="idname">
<div id="title">
<h1>your favorite gallery name</h1>
</div>
```
@ -179,6 +179,14 @@ p {
h3 {
margin-bottom: 10px;
}
#title
{
text-align: center;
margin: 1rem;
background-color: #383086;
color: rgb(158, 235, 223);;
}
```
- Then add this gallery style block, and change the `background-color` of it based on your team's favorite color: