Last active
April 29, 2021 20:38
-
-
Save AhmedHelalAhmed/83f899c431f48c077b466d2638e35a69 to your computer and use it in GitHub Desktop.
challenge in tailwindcss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="relative cursor-pointer"> | |
<div class="h-24 w-24 rounded-full z-30 absolute bg-opacity-50 transition duration-1000 hover:bg-green-700"></div> | |
<img src="https://picsum.photos/200" class="rounded-full h-24 w-24" alt="image"/> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello this my Html and Css code
first:HTml
<div class="myImage"> <div class="overlay"></div> <img src="images/work-1.jpg" alt="" /> </div>
second:Css