From 688a88c0f0c77e9f7f0233f4ff5d12cd0d819d67 Mon Sep 17 00:00:00 2001 From: JavierOTorres <127144225+JavierOTorres@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:57:12 -0400 Subject: [PATCH] Update README.md Made the word not bold instead of being in a box, in the #6 section. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1646f577..bf749021 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ https://github.com/4GeeksAcademy/html-hello 3. You have to make sure all inputs are being used properly: Input type date, email, input type number, etc. 4. You also have to make sure to prevent and validate the form in all ways that HTML5 allows you (required inputs, formats, etc.). 5. Use the input type="date", don't try to code your own date picker calendar. -6. If you are `not` using bootstrap: build a layout strategy by drawing all the div boxes you can identify, focus particularly on the divs that are laid out horizontally in the same line because those will require using `display: flex`. +6. If you are not using bootstrap: build a layout strategy by drawing all the div boxes you can identify, focus particularly on the divs that are laid out horizontally in the same line because those will require using `display: flex`. 7. If you are using bootstrap: In order to practice all the classes that bootstrap gives you to style your forms, you need almost no CSS of your own. ## Resources @@ -58,4 +58,4 @@ If you are using bootstrap look for the forms documentation and read the example Don't get frustrated, ask for help! After you try on you own for 30 minutes, it is time to stop trying and ask for help. -This and many other projects are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sanchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning). \ No newline at end of file +This and many other projects are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sanchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning).