alchrdev
@alchrdevAll solutions
- Submitted 3 months ago
Social proof section: What Our Users Are Saying
- HTML
- CSS
- What techniques, tricks, resources, or methods do you use to take screenshots of your designs? In my case, I do not have a monitor with
1440
or higher resolutions. While I can "adapt" or "modify" these differences compared to smaller sizes, it would also mean creating additional Media Queries, right? - In emulation, there is usually a zoom but often comes with predefined values. How do you handle when you want to use a completely different zoom level? Is there an ideal or special zoom level for these cases?
- Submitted 4 months ago
Single Price Component: Joining Has Never Been Easier
- HTML
- CSS
- Regarding design, I noticed a "button" with the text "Sign Up." My question is whether I used the correct element. Should I have used an anchor (
) or a button (
)? - Additionally, is there a recommended folder or file structure for organizing CSS styles, such as naming conventions for
input.css
oroutput.css
?
- Submitted 5 months ago
Automotive Diversity: A Three-Part Look
- HTML
- CSS
I would like to improve in assigning height to elements and understand if it is correct to use
main
to apply styles. Additionally, I would like to know if I can use selector grouping without creating too much specificity. - Submitted 5 months ago
Mind in Colors: Cognitive Skills Summary
- HTML
- CSS
I would appreciate advice on:
- Gradient Implementation: I'm looking for more direct and less complex methods to work with gradients and transparency.
- Custom Variables in Media Queries: Is it appropriate to change properties like
--border-radius
based on screen size? - Workflow Different from Tailwind CSS: I want to learn how to define and use colors with transparency more efficiently and less confusingly.
P.S: This was one of my first projects that I worked on when I was just starting out.
- Submitted 6 months ago
Code Recipe: Responsive Design with HTML and CSS
- HTML
- CSS
-
Responsive Design: I used media queries and grid lines to achieve a responsive design. However, I have doubts about whether this was the right approach. Did I do well in using a media query with grid lines instead of assigning a maximum width to the container? Is there a better practice or recommended approach for this?
-
Custom Properties in CSS: Although I used custom properties in CSS to keep my code DRY, I'm not sure if I'm naming these properties in the best way. Are there any standards or best practices for naming custom properties in CSS that I should follow?
-
Use of Utility Classes: I used utility classes in my project, but I would like to know if there is a more "efficient" way to use them. Is there a strategy or technique that I can use to make the most of utility classes?
These are the areas where I would like to receive feedback. Any suggestions or advice would be greatly appreciated. Thank you!