Latest solutions
Latest comments
- @0xabdulkhaliq@nashee
hello, the size of margin bottom for the images on Client testimonial section lacks uniformity
- @0xabdulkhaliq@nashee
Hello, Is it accessible, and what improvements could be made? the navigation menu does not work properly when it is on the mobile version
- @nashee@nashee
I fixed it thank you
- @nashee@nashee
i fixed it , thank you
- @nashee@nashee
i created div element with "hide" class . i used z-position with higher number so that can be displayed above the header element. the property and the value of the hide class is "display : none" that is the default value. and the i used java script to add and other class called show which can has "display: block". and when the button is clicked , javascript add "show" class and " remove " hide class. for more information please take a look at this link https://www.w3schools.com/howto/howto_js_toggle_hide_show.asp https://stackoverflow.com/questions/21070101/show-hide-div-using-javascript
- @B0R155@nashee
oh, i checked it in the large screen , it works fine
Marked as helpful