Skip to content

marycib/Animated-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

4 Animated cards

Table of contents

  • Useful resources #HTML and CSS
  • Author #Maribel Mena
  • Acknowledgments #animation with css

Screenshot

(Alt text)

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
<div class="card element2">
    <div class="header">
        <div class="date">7 Julio 2023</div>
        <div class="title">Animated cards</div>
    </div>
    <div class="footer">
        <div class="autor">
            <a href="#">
                <img src="https://cdn.pixabay.com/photo/2016/06/06/17/05/woman-1439909_640.jpg" alt="">
                <span>Piedad Perez</span>
            </a>
        </div>
    </div>
</div>
.cards-container .card:hover {
    margin-right: 80px;
    transform: rotate(3deg) translateY(-15px);

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from github/codespaces-blank