You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a smart way to show a picture in a html web page. Only with some CSS, the picture will be displayed in a different way like the example.
1. have the html files
<divclass="pic-container"><!-- the link of the picture you want to jump into --><ahref=""><divclass="over"><!-- set the over picture icon --><divclass="link-btn" style="background-image: url();"></div></div></a><!-- set the picture src --><divclass="shop" style="background-image: url();"></div></div>