Latest solutions
Latest comments
- @LidiaRJ@jakubserwin
You definitely misplaced your solution or attached wrong file but its ok.
The problem with the white space on the right side was probably because one or more of your elements had fixed width and was overflowing your body. Your solution manage to hide it but probably cut it as well. For testing purpose you could add a red border for your body and take a close look which element will extends it.
- @kdotelle@jakubserwin
You can research regular expressions for validating not only email address but other fields like for example if password includes numbers or special characters etc.
- @suraj-singh127@jakubserwin
I agree with palgramming the only think you can change is the box shadow of your cards. The soft approach in provided design looks better.
- @susumantan@jakubserwin
Hi, you've done really good job. I took a look at your code and could learn some cool stuff too. Keep it up :D
You could think about using different scss files for your variables, mixins and global styles like the 7-1 Sass pattern but in more simplified version.
In JS if you have only 1 line of code after if/else statement you can remove brackets.
And maybe use HTML Semantic Elements instead of divs with classes like footer and header.