wip
This commit is contained in:
parent
4fe145e0a2
commit
88d481b998
2 changed files with 21 additions and 2 deletions
|
|
@ -40,4 +40,23 @@ My own notes:
|
||||||
- On the font:
|
- On the font:
|
||||||
- I'm going to pick something funky just cause I can
|
- I'm going to pick something funky just cause I can
|
||||||
- I'll make the form validation on JS just because.
|
- I'll make the form validation on JS just because.
|
||||||
- I'll make this look good on mobile as well, just because.
|
- 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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ body {
|
||||||
|
|
||||||
.right-panel {
|
.right-panel {
|
||||||
width: 67%;
|
width: 67%;
|
||||||
background-color: antiquewhite;
|
background-color: rgb(255, 255, 255);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue