Latest solutions
Latest comments
- @Muhammad-Faizan-SoomroSubmitted over 1 year ago@mohammed-sarhad-ahmedPosted over 1 year ago
.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
1 - @MuhammadjewelSubmitted over 1 year ago@mohammed-sarhad-ahmedPosted over 1 year ago
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 helpful1 - @RaquelOsmanSubmitted over 1 year ago
- @animeisshtSubmitted over 1 year ago
- @keo1925Submitted over 1 year ago@mohammed-sarhad-ahmedPosted over 1 year ago
Fix the image path.
Marked as helpful0 - @daneshauxSubmitted over 1 year ago@mohammed-sarhad-ahmedPosted over 1 year ago
Did you use margin with the gap? If so that is the reason.
0