diff --git a/css-flexbox-1/flex-margin-no-collapse.html b/css-flexbox-1/flex-margin-no-collapse.html
--- a/css-flexbox-1/flex-margin-no-collapse.html
+++ b/css-flexbox-1/flex-margin-no-collapse.html
@@ -17,16 +17,17 @@
 			width: 200px;
 			height: 300px;
 		}
 
 		.box {
 			width: 100px;
 			height: 100px;
 			background-color: green;
+			flex: none;
 		}
 
 		#box1 {
 			margin: 50px 0;
 		}
 
 		#box2 {
 			margin: 50px 0;
@@ -45,9 +46,9 @@
 <body>
 	<p>The test passes if there are two green boxes and no red.</p>
 	<div id="red-box"></div>
 	<div id="container">
 		<div id="box1" class="box"></div>
 		<div id="box2" class="box"></div>
 	</div>
 </body>
-</html>
\ No newline at end of file
+</html>
