Latest solutions
Rock Paper Scissors with TS, React, framer-motion, tailwind, zustand
#framer-motion#react#tailwind-css#vite#zustandSubmitted about 1 year agoI need to learn how to edit css paths during build time. Currently I have to push it to the repo, and then grab the entire url. For example:
I want to display an image:
This URL is not going to work in production as it will point to my main site:
https://lemirq.github.io/images/rock.svg
and not to the subdirectory:https://lemirq.github.io/rps/images/rock.svg
Responsive Multi-Step form using react, ts, tailwind css and more
#tailwind-css#typescript#reactSubmitted almost 2 years agoProfile Card Component with CSS Flexbox, JS(Custom Design)
#accessibilitySubmitted almost 3 years agoClipboard App Landing Page with CSS Flex, Anime.js, AOS, animate.style
#accessibilitySubmitted almost 3 years ago
Latest comments
- @akyanu@Lemirq
Hello Ahmet, Great Solution!
To answer your question, the
.subsection--2 .sub-container
is already aligning to the left side. The issue is that the description is taking the entire space that is there, giving the illusion that it is centered. You can add amax-width
property to.subsection--2 .sub-container
to restrict the amount of space it uses. If you wanted to align the subtitles of those to the left, try removingmargin-inline: auto;
from.main-container *
.Cheers!
Marked as helpful - @Lemirq@Lemirq
*****Screenshot above is wrong, there is an animation before page load. Please visit website