avirajdongare / BooleanAutocrats

Hacktoberfest 2022 contribution repository!✨ Add your valuable contributions to open source python scripts and much more, tools and projects.
MIT License
6 stars 29 forks source link

ranning effect using html and css #93

Closed satyamkale27 closed 1 year ago

satyamkale27 commented 1 year ago

plz have a look @avirajdongare

avirajdongare commented 1 year ago

Kindly elaborate this project.

satyamkale27 commented 1 year ago

this is ranning effect project that i have made using html and css only, i used animation in css i took a background image of city and fitted it in entire page using background-size: 100% 100%; and i took another image this image is of rain in png and animated it using animation: rain 1s linear infinite; in html i took div named main inside main div i took another div named rain in main div i fitted background image and in rain div i used rain png image to animate over the main div so it look like it is ranning
plz have a look @avirajdongare