test.html
@@ -21,19 +21,29 @@ margin: 1px; flex-grow: 1 ; flex-shrink: 0 ; min-width: 90px; width: 90px; background-color: pink; } img { width: 100%; } </style> <body> <div class="box"> <div class="child"></div> </div> <script> let obj = { a:{ b:{ c:'c' } } } </script> </body> </html>