Fix: Code ordering issues (#17560)
* Fix: Code ordering issues * Update applied-visual-design.json
This commit is contained in:
committed by
mrugesh mohapatra
parent
a1a2c3a777
commit
0d2afb5743
@@ -2192,7 +2192,7 @@
|
||||
"tests": [
|
||||
{
|
||||
"text": "Set the <code>transform</code> property for <code>#ball2</code> to scale it 1.5 times its size.",
|
||||
"testString": "assert(code.match(/#ball2\\s*?{\\s*?left:\\s*?65%;\\s*?transform:\\s*?scale\\(1\\.5\\);/gi), 'Set the <code>transform</code> property for <code>#ball2</code> to scale it 1.5 times its size.');"
|
||||
"testString": "assert(code.match(/#ball2\\s*?{\\s*?left:\\s*?65%;\\s*?transform:\\s*?scale\\(1\\.5\\);\\s*?}|#ball2\\s*?{\\s*?transform:\\s*?scale\\(1\\.5\\);\\s*?left:\\s*?65%;\\s*?}/gi), 'Set the <code>transform</code> property for <code>#ball2</code> to scale it 1.5 times its size.');"
|
||||
}
|
||||
],
|
||||
"solutions": [],
|
||||
@@ -2220,10 +2220,10 @@
|
||||
" border-radius: 50%;",
|
||||
" }",
|
||||
" #ball1 {",
|
||||
" left:20%;",
|
||||
" left: 20%;",
|
||||
" }",
|
||||
" #ball2 {",
|
||||
" left:65%;",
|
||||
" left: 65%;",
|
||||
" ",
|
||||
" }",
|
||||
"",
|
||||
|
Reference in New Issue
Block a user