our team style : demo 58

Williamson

Web Developer

Kristiana

Web Designer

Steve Thomas

Web Developer

Miranda joy

Web Developer

HTML

                        

Williamson

Web Developer

Kristiana

Web Designer

CSS

                        .our-team{
                            text-align: center;
                        }
                        .our-team .team-img{
                            overflow: hidden;
                            position: relative;
                        }
                        .our-team .team-img img{
                            width: 100%;
                            height: auto;
                        }
                        .our-team .social{
                            width: 100%;
                            height: 30%;
                            background: rgba(243, 144, 77,0.7);
                            position: absolute;
                            top: 50%;
                            left: 0;
                            opacity: 0;
                            transform: translateY(-50%) rotate(-30deg);
                            transition: all 0.3s ease 0s;
                        }
                        .our-team:hover .social{
                            height: 100%;
                            opacity: 1;
                            transform: translateY(-50%) rotate(0deg);
                        }
                        .our-team .social ul{
                            padding: 0;
                            margin: 0;
                            width: 100%;
                            text-align: center;
                            position: absolute;
                            top: 45%;
                            left: 0;
                        }
                        .our-team .social ul li{
                            display: inline-block;
                        }
                        .our-team .social ul li a{
                            display: block;
                            width: 30px;
                            height: 30px;
                            line-height: 30px;
                            border-radius: 50%;
                            font-size: 17px;
                            color: #fff;
                            margin-left: 10px;
                            background: transparent;
                            transition: all 0.3s ease 0s;
                        }
                        .our-team .social ul li a:hover{
                            background: #fff;
                            color: #f3904d;
                        }
                        .our-team .team-content{
                            padding: 20px 0;
                            background: #f5f7f8;
                            color: #54478a;
                        }
                        .our-team .title{
                            display: block;
                            font-size: 20px;
                            font-weight: 600;
                            letter-spacing: 1px;
                            text-transform: uppercase;
                            margin: 0 0 7px 0;
                        }
                        .our-team .post{
                            display: block;
                            font-size: 15px;
                            color: #999;
                        }
                        @media only screen and (max-width: 990px){
                            .our-team{ margin-bottom: 30px; }
                        }
                    
License Terms