diff --git a/projects/sign-up-form/README.md b/projects/sign-up-form/README.md index 1cd7f90..5590933 100644 --- a/projects/sign-up-form/README.md +++ b/projects/sign-up-form/README.md @@ -40,4 +40,23 @@ My own notes: - On the font: - I'm going to pick something funky just cause I can - I'll make the form validation on JS just because. -- I'll make this look good on mobile as well, just because. \ No newline at end of file +- I'll make this look good on mobile as well, just because. + + +--- +## Self-evaluation + +I've done a decent job, but I'm going to review community solutions to get a feeling for how things could be done differently, perhaps better. + +Okay, funny enough. This guy managed to structure the whole thing only with `flex`, margins and paddings. Quite impressive. He also uses way less divs than I did. + +https://github.com/gefgu/odin-sign-up-form +https://gefgu.github.io/odin-sign-up-form/ + +Should I try to build with Flex? + +Now I'm stuck watching this video: +https://www.youtube.com/watch?v=u044iM9xsWU&t=1s +from this lessons from the foundation that i skipped lol: +https://www.theodinproject.com/lessons/foundations-axes + diff --git a/projects/sign-up-form/style.css b/projects/sign-up-form/style.css index 8116b54..b594d50 100644 --- a/projects/sign-up-form/style.css +++ b/projects/sign-up-form/style.css @@ -88,7 +88,7 @@ body { .right-panel { width: 67%; - background-color: antiquewhite; + background-color: rgb(255, 255, 255); margin: 0; padding: 0; position: absolute;