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: