From 93c7605b47e1315f355a0dcaa998406e9011a01e Mon Sep 17 00:00:00 2001 From: oumaimafisaoui Date: Wed, 28 Aug 2024 18:16:55 +0100 Subject: [PATCH] Fix(DPxAI): Add subject instructions --- subjects/DPxAI/robots-harmony/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/subjects/DPxAI/robots-harmony/README.md b/subjects/DPxAI/robots-harmony/README.md index 1276642f1..2e02774c6 100644 --- a/subjects/DPxAI/robots-harmony/README.md +++ b/subjects/DPxAI/robots-harmony/README.md @@ -67,7 +67,7 @@ This div will serve as the container for all the robot portraits. - Inside your gallery `
`, create an `

` tag inside a `
` with an `id` of `title`. Then put the name of your gallery inside it ! ```HTML -
+

your favorite gallery name

``` @@ -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: