Submitted over 1 year ago
Typemaster pre-launch landing page solution
@Dantalian5
Design comparison
SolutionDesign
Solution retrospective
Hello everyone,
Easy:
- the beggining!
- create the mobile layout
Difficult:
- start creating a fluid layout for tablets and desktops
- create general classes maintaining the SMACSS model
- find the points where the media queries were more effective (or simply useful)
- the control of the overflows, using a code like the following:
.img__wrapper {
width: 1rem;
min-width: 100%;
position: relative;
}
(It took me a few hours to get the result 0_o )
Impossible:
- Naming!!
- Do not use "brute force", in some points the solution did not look very "logical", so when the "reason" does not work, then the "force" will have to be
Thanks in advance for your advice and feedback.
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord