9 Kinds of pure CSS3 character information Card UI design effect

Source: Internet
Author: User

This is a set of pure CSS3 character information Card UI design effect. This group of characters information card A total of 9 kinds of effects, each effect when the mouse over the card, through the CSS3 to make the picture and HTML element deformation generated very beautiful mouse slide over animation effects.

 

Online preview Source Download

How to useHTML Structure

The basic HTML structure of the character information card is as follows:

<Divclass= "Single-member effect-3">  <Divclass= "Member-image">    <imgsrc= "Demo.jpg"alt="">  </Div>  <Divclass= "Member-info">    <H3>Title</H3>    <h5>Sub-headings</h5>    <P>Description information ...</P>    <Divclass= "Social-touch">      <aclass= "Fb-touch"href="#"></a>      <aclass= "Tweet-touch"href="#"></a>      <aclass= "Linkedin-touch"href="#"></a>    </Div>  </Div></Div>            
CSS Styles

Add some common styles to the card:

. Single-member{width:280px;float: Left;font-family:Sans-sarif;margin:30px 2.5%;Background-color:#fff;text-align:Center;position:relative;}. member-image img{Max-width:100%;vertical-align:Middle;}H3{font-size:24px;Font-weight:Normal;margin:10px 0 0;Text-transform:Uppercase;}h5{font-size:16px;Font-weight: -;margin:0 0 15px;Line-height:22px;}P{font-size:14px;Font-weight: -;Line-height:22px;padding:0 30px;Margin-bottom:10px;}. Social-touch a{Display:Inline-block;width:27px;Height:26px;vertical-align:Middle;margin:0 2px;Background-image:URL (images/social-icons.png);background-repeat:no-repeat;Opacity:0.7;transition:0.3s;}. Social-touch a:hover{Opacity:1;transition:0.3s;}. Fb-touch{background-position:0 0;}. Tweet-touch{background-position:-35px 0;}. Linkedin-touch{background-position:-71px 0;}. icon-colored. Fb-touch{background-position:0-27px;}. icon-colored. Tweet-touch{background-position:-35px-27px;}. icon-colored. Linkedin-touch{background-position:-71px-27px;}

Other effects of CSS code please refer to the download file.

Online preview Source Download

9 Kinds of pure CSS3 character information Card UI design effect

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.