Mateus Lima
@mts-mlAll solutions
- Submitted about 1 month ago
Bookmark Landing Page
- HTML
- CSS
- JS
I'd like some tips on positioning images. In this case, I used media queries, but there are a lot of them. I'd appreciate an article or video about it.
- Submitted about 2 months ago
Room homepage
- HTML
- CSS
- JS
I tried to make it responsive for various screen sizes, but I still can't cover them all. I'd like to know the community's approach to covering different screen sizes. Should I start using width: 100% on images to always cover the entire screen? It distorts the image, but still... Anyway, if anyone knows of any articles or good videos, I'd love to check them out.
- Submitted about 2 months ago
Loopstudios landing page using BEM methodology
- HTML
- CSS
- JS
I'd like to know from the community whether they always use a mobile-first approach or if it varies from project to project, because I'm considering starting with desktop from now on.
- Submitted about 2 months ago
NFT preview card component using BEM methodology
- HTML
- CSS
I've used BEM methodology on this project and would like to know if I applied it correctly.
Since it's a small project, I didn't use Modifiers just to change colors, should I?
- Submitted 2 months ago
Tip calculator app with validation
- HTML
- CSS
- JS
I'd like some tips or suggestions for improvements on the project.
- Submitted 2 months ago
Time tracking dashboard
- HTML
- CSS
- JS
I liked this type of exercise, so if anyone has another similar one, I'd like the link.
- Submitted 2 months ago
Newsletter sign up with success message (added a few changes).
- HTML
- CSS
- JS
Would like some tips.
- Submitted 2 months ago
Article Preview Component
- HTML
- CSS
- JS
Constructive criticism and tips are appreciated.
- Submitted 3 months ago
Testimonials Grid Section challenge
- HTML
- CSS
I would like tips and constructive criticism.
- Submitted 3 months ago
Four Card Feature Section challenge
- HTML
- CSS
Constructive criticism and tips will be appreciated.
- Submitted 3 months ago
Product preview card component
- HTML
- CSS
Constructive criticism and tips are welcome.
- Submitted 3 months ago
Responsive page using Flexbox, Grid and Sass.
- HTML
- CSS
Would like some tips and constructive criticism.
- Submitted 3 months ago
Responsive social links page
- HTML
- CSS
Tips or constructive criticism will be appreciated.
- Submitted 3 months ago
Blog preview card using Flexbox and media queries
- HTML
- CSS
I'm using the following on my CSS:
display: flex; justify-content: center; align-items: center; min-height: 100vh;
to center my content. However, when adding the footer, a scrollbar appears, which I don't like. To address this, I adjusted the min-height to a value that prevents the scrollbar from appearing on larger resolutions. I'd like to know if this approach is recommended or not.
Thanks!
- Submitted 3 months ago
QR code page using CSS Flex.
- HTML
- CSS
I actually want to know if it's common to use rem instead os px, i usually set up the css like: :root { font-size: 62.5%; } So, instead of 10px i use .1rem. I saw a guy explaining that it's better for the user. Is it really?
Note: English is not my native language.