Latest solutions
Latest comments
- @Muhammad-Faizan-Soomro@mohammed-sarhad-ahmed
.reaction { margin-left: 30px; } .memory { margin-left: 30px; }
.verbal { margin-left: 30px; } .visual { margin-left: 30px; } button { margin-left: 30px; padding: 8px; }
Just create one class instead . .Margin-30{ margin-left:30} and add them to the HTML
- @Muhammadjewel@mohammed-sarhad-ahmed
This link might be helpful for fixing the issue https://youtu.be/6fTGj1TY6rE?si=LrhZMj2LoSCM7hi, a while back I coded a dark mode toggle, first I took whether or not the user toggled the mode switch before( of course loading it from the local storage) if not I used the info in that link to know the user preferred mode and use that.this made the toggle really dynamic.
Marked as helpful - @RaquelOsman@mohammed-sarhad-ahmed
Fix the GitHub deployment.
- @animeissht@mohammed-sarhad-ahmed
Fix the image path.
- @keo1925
- @daneshaux@mohammed-sarhad-ahmed
Did you use margin with the gap? If so that is the reason.