From c95d563e6305cb2960c6e625253b511f6b8113fb Mon Sep 17 00:00:00 2001 From: Hamza Musa Date: Fri, 1 Mar 2024 19:21:25 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de8600e..31d557a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # My Awesome Project -Codecademy - LEARN CSS: BOX MODEL AND LAYOUT +CSS: BOX MODEL AND LAYOUT Codecademy Project The Box Model: Davie's Burgers In this project, I fixed a fictional restaurant’s website. All of the HTML and most of the CSS is intact, but the box model properties have yet to be set. Using knowledge of height, width, padding, border, and margin allowed me to complete this project.