diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 86a0cd2e2c..cec3975c69 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -2400,103 +2400,8 @@ "descriptionEs": [], "namePt": "", "descriptionPt": [], - "nameDe": "Waypoint: Gib dem Div Element einen farbigen Hintergrund", - "descriptionDe": [ - "Erstelle eine Klasse namens \"gray-background\" mit der Hintergrund-Farbe grau. Füge diese Klasse deinem div Element hinzu.", - "Du kannst die Hintergrund-Farbe eines Elements mit der Eigenschaft \"background-color\" bestimmen.", - "Willst du den Hintergrund eines Elements zum Beispiel grün – \"green\" – einfärben, kannst du .green-background { background-color: green; } innerhalb deines style Elements verwenden." - ] - }, - { - "id": "bad87fee1348bd9aede07836", - "name": "Waypoint: Give a Background Color to a Div Element", - "dashedName": "waypoint-give-a-background-color-to-a-div-element", - "difficulty": 1.39, - "description": [ - "You can set an element's background color with the \"background-color\" attribute.", - "For example, if you wanted an element's background color to be \"green\", you'd use .green-background { background-color: green; } within your style element.", - "Create a class called \"gray-background\" with the background color of gray. Assign this class to your div element." - ], - "tests": [ - "assert($('div').hasClass('gray-background'), 'Give your div element the class \"gray-background\".')", - "assert($('.gray-background').css('background-color') === 'rgb(128, 128, 128)', 'Your div element should have a gray background.')" - ], - "challengeSeed": [ - "", - "", - "", - "

CatPhotoApp

", - "", - "

Click here for cat photos.

", - "", - "", - "", - "
", - "

Things cats love:

", - " ", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - "", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" - ], - "challengeType": 0, - "nameCn": "", - "descriptionCn": [], - "nameFr": "", - "descriptionFr": [], - "nameRu": "", - "descriptionRu": [], - "nameEs": "", - "descriptionEs": [], - "namePt": "", - "descriptionPt": [], - "nameDe": "Waypoint: Gib dem Div Element einen farbigen Hintergrund", - "descriptionDe": [ - "Erstelle eine Klasse namens \"gray-background\" mit der Hintergrund-Farbe grau. Füge diese Klasse deinem div Element hinzu.", - "Du kannst die Hintergrund-Farbe eines Elements mit der Eigenschaft \"background-color\" bestimmen.", - "Willst du den Hintergrund eines Elements zum Beispiel grün – \"green\" – einfärben, kannst du .green-background { background-color: green; } innerhalb deines style Elements verwenden." - ] + "nameDe": "", + "descriptionDe": [] }, { "id": "bad87eee1348bd9aede07836",