Merge pull request #11183 from tadake/fix/Remove-browser-recommendation-text
Remove browser recommendation text
This commit is contained in:
@ -790,8 +790,7 @@
|
||||
"<blockquote>h1 {<br> font-size: 30px;<br>}</blockquote>",
|
||||
"Create a second <code>p</code> element after the existing <code>p</code> element with the following kitty ipsum text: <code>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</code>",
|
||||
"Inside the same <code><style></code> tag that contains your <code>red-text</code> class, create an entry for <code>p</code> elements and set the <code>font-size</code> to 16 pixels (<code>16px</code>).",
|
||||
"<strong>Note</strong><br>Due to browser implementation differences, you may need to be at 100% zoom to pass the tests on this challenge.",
|
||||
"Also, please do not add a class attribute to your new <code>p</code> element."
|
||||
"<strong>Note</strong><br> Please do not add a class attribute to your new <code>p</code> element."
|
||||
],
|
||||
"challengeSeed": [
|
||||
"<style>",
|
||||
@ -821,8 +820,7 @@
|
||||
"<blockquote>h1 {<br> font-size: 30px;<br>}</blockquote>",
|
||||
"Erstelle ein zweites <code>p</code> Element mit dem folgenden Kitty Ipsum Text: <code>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</code>",
|
||||
"Erstelle dann innerhalb deines <code><style></code> Elements, das auch deine <code>red-text</code> Klasse enthält, einen Eintrag für <code>p</code> Elemente und setzte <code>font-size</code> auf 16 Pixel (<code>16px</code>).",
|
||||
"<strong>Notiz</strong><br>Aufgrund verschiedener Brower Implementierungen, könnte es sein dass du auf 100% Zoom sein musst um die Tests zu bestehen.",
|
||||
"Füge bitte auch kein Klassenattribute zu deinem neuen <code>p</code> Element hinzu."
|
||||
"<strong>Notiz</strong><br> Füge bitte auch kein Klassenattribute zu deinem neuen <code>p</code> Element hinzu."
|
||||
]
|
||||
},
|
||||
"fr": {
|
||||
@ -832,8 +830,7 @@
|
||||
"<blockquote>h1 {<br> font-size: 30px;<br>}</blockquote>",
|
||||
"Créez un second élément <code>p</code> après l'élément <code>p</code> existant avec le texte kitty ipsum suivant : <code>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</code>",
|
||||
"À l'intérieur de la même balise <code><style></code> qui contiens votre classe <code>.red-text</code>, créez une nouvelle entrée pour les éléments <code>p</code> et paramétrer le <code>font-size</code> à 16 pixels (<code>16px</code>).",
|
||||
"<strong>Prenez note</strong><br>Dû aux différences entre les navigateurs Web, votre niveau de zoom devrait être à 100% pour passer les tests de ce défi.",
|
||||
"Également, veuillez ne pas ajouter d'attributs de classe à votre nouvel élément <code>p</code>."
|
||||
"<strong>Prenez note</strong><br> Veuillez ne pas ajouter d'attributs de classe à votre nouvel élément <code>p</code>."
|
||||
]
|
||||
},
|
||||
"pt-br": {
|
||||
@ -854,8 +851,7 @@
|
||||
"<blockquote>h1 {<br> font-size: 30px;<br>}</blockquote>",
|
||||
"Создайте второй элемент <code>p</code> со следующи текстом <code>kitty ipsum</code>: <code>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</code>",
|
||||
"Внутри того же элемента <code><style></code>, который содержит ваш класс <code>red-text</code>, создайте вхождение для элементов <code>p</code> и установите свойство <code>font-size</code> равным 16 пикселей (<code>16px</code>).",
|
||||
"<strong>Внимание</strong><br>По причине разницы в реализации браузеров, вам может понадобиться установить 100% масштаб окна браузера для прохождения этого испытания.",
|
||||
"Также, пожалуйста, не добавляйте атрибут класс к вашему новому элементу <code>p</code>."
|
||||
"<strong>Внимание</strong><br> Пожалуйста, не добавляйте атрибут класс к вашему новому элементу <code>p</code>."
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user