From 03d13155eaa01627a7c511887ad713a9e99b9823 Mon Sep 17 00:00:00 2001 From: William Olewnicki Date: Wed, 6 Apr 2022 01:42:22 -0400 Subject: [PATCH] Add closing tag to the mocked markup The mockup for the flex box demonstration was missing closing tags. --- css-flexbox-1/Overview.bs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css-flexbox-1/Overview.bs b/css-flexbox-1/Overview.bs index a90de208abe..083ae2bb72e 100644 --- a/css-flexbox-1/Overview.bs +++ b/css-flexbox-1/Overview.bs @@ -348,12 +348,12 @@ Overview <section id="deals"> <section class="sale-item"> <h1>Computer Starter Kit</h1> - <p>This is the best computer money can buy, if you don’t have much money. + <p>This is the best computer money can buy, if you don’t have much money.</p> <ul> - <li>Computer - <li>Monitor - <li>Keyboard - <li>Mouse + <li>Computer</li> + <li>Monitor</li> + <li>Keyboard</li> + <li>Mouse</li> </ul> <img src="images/computer.jpg" alt="You get: a white computer with matching peripherals.">