@husnain214Submitted about 2 years ago
joshua
@josharesAll comments
- @josharesPosted about 2 years ago
your themes are not working and your answers are not does not have commas in thousands(1,000) you can see mine out.
0 - @NaythankikSubmitted about 2 years ago@josharesPosted about 2 years ago
why is your themes not working, you can check mine to see how to go about the themes and also set limits to your display screen
0 - @souadroumaniSubmitted over 2 years ago
I find difficult to make a hover on main Image and I can't solve it , but I write the selctor in css which make it
@josharesPosted about 2 years agoyou can wrap the images you want to hover on into a div. then apply (:hover) to the div class and give it whatever style you want and if its just the image you want to hover on do the same, apply (:hover) to the class name of the image and add whatever style you want to it. for example ; imagine class name to be image-1 the style will be :
.image-1:hover {
width: 300px;
}
0