fix: converted single to triple backticks5 (#36232)

This commit is contained in:
Randell Dawson
2019-06-20 14:14:23 -07:00
committed by Tom
parent 63a0fa745b
commit fce8901c56
75 changed files with 1299 additions and 1139 deletions

View File

@@ -8,8 +8,9 @@ localeTitle: إنشاء أول شبكة CSS
لتغيير عرض أي عنصر ، يتم استخدام البنية التالية:
`display: propertyName;
`
```css
display: propertyName;
```
### تلميح 2
@@ -23,5 +24,6 @@ localeTitle: إنشاء أول شبكة CSS
لتعيين عرض عنصر .container على الشبكة:
`display: grid;
`
```css
display: grid;
```