Latest solutions
Latest comments
- @mateusz-pocztowski@DanielGibsonOrchid
Very nice solution! I like the smooth transitions and loading animations
- @mahin-abdullah@DanielGibsonOrchid
Hi Abdullah, Great work on the Easybank project, it looks good.
Two bits of feedback I would give are these:
-
It's important to get all of the content aligned correctly so the eye can follow it easily, some of your text is center aligned while other parts are left aligned. An easy way to fix this is to place text content within container div's, then on that container set a max-width and text-align left (or center for mobile).
-
Second, it's much easier to manipulate images into the right position if they are set to position: absolute then set a width and top & left alignment
If you like you can check out my solution to easybank and see how I've done these
-
- @ChamuMutezva@DanielGibsonOrchid
Looks good @Chamu! well done on the mobile responsive. I would recommend adding a wrapper div around your content and then adding css to that such as: max-width: 1440px; margin: 0 auto; . Or just add it to the body tag. This will make it look better on larger screens