Michael
@NetworksentinelAll solutions
Plane Descending Onto the Responsive Landing Page – No Code Delays
#sass/scss#vitePSubmitted 13 days agoI’d love if someone could take a look at the hero section I mentioned earlier. Is there a better or more effective way to make the background image bleed on the mobile layout—maybe a way to make it scale more smoothly without relying on a
@media
query to changebackground-size
?Any tips, tricks, or advice would be much appreciated!
Responsive Grid section using all kinds stuff
#vite#sass/scssPSubmitted 18 days agoIf anyone has a moment, I’d love some feedback on two of my files:
_feature.scss
and_cards.scss
(specifically the//INDIVIDUAL CARD STYLES
section).Is the way I’m using Grid there effective? Would you simplify or improve anything?
Any tips, tricks, or advice—no matter how small—are very welcome and much appreciated!
Responsive Four card feature using CSS Grid
#vite#sass/scssPSubmitted 21 days agoI’m really curious if there’s a better way to switch between different Grid layouts without relying on
@media
queries. Like with Flexbox, I can useflex-wrap: wrap;
to let items drop to a new row and kind of change the layout automatically.- Is there something similar I can do with CSS Grid?
- And would that actually make sense for this particular challenge?
Any tips, tricks, or advice would be super appreciated!
Responsive preview card - media queries + clamp()
#sass/scss#vitePSubmitted 25 days agoIf anyone has tips on handling responsiveness more effectively, I’m all ears! Same goes for my mixins — if you see anything I could improve or clean up, let me know. Any trick or suggestion is totally welcome and appreciated 🙌
Recipe Page using Sass/SCSS and build with Vite
#sass/scss#vitePSubmitted 28 days agoI’d love some feedback on my code structure, especially when it comes to:
- The way I’ve organized my mixins and variables
- Any potential improvements to the modularity of my code
- Suggestions for improving my HTML structure, particularly around semantic elements and accessibility
Any tips or suggestions would be super helpful!
Social links profile using Scss + Vite
#vite#sass/scssPSubmitted about 1 month agoIf anyone has time to look over my Sass code, I’d really appreciate any tips on how to improve—whether it’s about structure, nesting, mixins, modularity, or just keeping things cleaner and simpler overall.
Any feedback is welcome!
Blog preview card using HTML/CSS/VITE
#vitePSubmitted about 1 month agoI'd love to get more efficient with using Figma files. If anyone has any tips or tricks, I'd really appreciate it. Thanks in advance!
QR code component using HTML/CSS
PSubmitted about 1 month agoDoes anyone know any better/more effective way of centering
<main>
in the situation I described in the section above?