Latest solutions
React/vite/React router /react form / MUI ** multi step with dark mode
#material-ui#react#react-router#vite#accessibilitySubmitted 12 months ago
Latest comments
- @Ritika-Agrawal811@ousey-ousey
hello again so , I checked your site that give book and I noticed that the logo (your picture ) is draggable so try this
.element-class { user-drag: none; user-select: none; /* Optional: Disable text selection / } or .element-class { -webkit-user-drag: none; -webkit-user-select: none; / Optional: Disable text selection */ }
- @pittu777@ousey-ousey
for styling for another devices size use @media (max-width:800/this means that from this size i make change/){
/your code to change/ .box{ width:60px/* if it was for example 100px*/ }
} however this challenge does not seem to need changes in other devices as it is small already ! happy coding!
- @Cheosphere@ousey-ousey
cool man ! you may add feature on click again on "-" it disappear
- @MelvinAguilar
Time tracking dashboard (Next.js + TypeScript + Tailwind CSS + ESLint)
#accessibility#next#tailwind-css#typescript#pwa@ousey-ouseyTHAT'S GOOD i noticed that the bottom of number appear last-week and result bur while i use daily or monthly still the word "last week "
- @MKhanCoder@ousey-ousey
reduce the min-height to 50 ,and it will be fixed
- @Ritika-Agrawal811@ousey-ousey
Hello it's amazing ! do you use html , CSS , JavaScript (vanilla) only ?