our team style : demo 24

Williamson Web designer

Kristiana Web Developer

Steve Thomas Web Developer

HTML

                        

Williamson Web designer

CSS

                        .our-team{
                            position: relative;
                            text-align:center;
                            overflow: hidden;
                            box-shadow:0 0 5px #808080;
                        }
                        .our-team img{
                            width: 100%;
                            height: auto;
                        }
                        .our-team .team-content{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            opacity: 0;
                            padding: 40px 20px;
                            background: rgba(0,0,0,0.8);
                            transform: scale(0.1,0.1);
                            transition: all 0.50s ease-in-out;
                        }
                        .our-team:hover .team-content{
                            opacity: 1;
                            transform: scale(1,1);
                        }
                        .our-team .team-prof{
                            margin:20px 0 25px 0;
                        }
                        .our-team .team-prof a{
                            color:#fff;
                            font-size:18px;
                            font-weight: bold;
                            letter-spacing:1px;
                            text-transform: uppercase;
                        }
                        .our-team .team-prof a:hover{
                            color:#f15277;
                            text-decoration:none;
                        }
                        .our-team .team-prof small{
                            color:#f15277;
                            display: block;
                            font-size:13px;
                            margin-top: 30px;
                            text-transform: uppercase;
                        }
                        .our-team .social-link{
                            padding:0;
                            margin:0;
                        }
                        .our-team .social-link li{
                            list-style:none;
                            margin-right:5px;
                            display:inline-block;
                        }
                        .our-team .social-link li a{
                            width: 35px;
                            height: 35px;
                            line-height:35px;
                            border-radius:50%;
                            color:#fff;
                            background:#808080;
                        }
                        .our-team .social-link li a:hover{
                            background:#f15277;
                            text-decoration:none;
                        }
                        @media only screen and (max-width: 990px){
                            .our-team{  margin-bottom:20px; }
                        }
                    
License Terms