our team style : demo 69

Williamson

Web Developer

Kristiana

Web Designer

Steve Thomas

Web Developer

Miranda joy

Web Designer

HTML

                        

Williamson

Web Developer

Kristiana

Web Designer

CSS

                        .our-team{
                            text-align: center;
                            overflow: hidden;
                            position: relative;
                        }
                        .our-team img{
                            width: 100%;
                            height: auto;
                        }
                        .our-team .team-content{
                            width: 100%;
                            height: 100%;
                            background: linear-gradient(to right, #7851a9 0%, #ffd700 100%);
                            padding-top: 35%;
                            position: absolute;
                            top: 0;
                            left: 0;
                            transform: translateY(100%);
                            transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
                        }
                        .our-team:hover .team-content{ transform: translateY(0); }
                        .our-team .title{
                            display: block;
                            font-size: 22px;
                            font-weight: 800;
                            letter-spacing: 1px;
                            color: #fff;
                            text-transform: uppercase;
                            margin: 0 0 10px 0;
                        }
                        .our-team .post{
                            display: block;
                            font-size: 17px;
                            color: #fff;
                        }
                        .our-team .social{
                            padding: 0;
                            margin: 0;
                            list-style: none;
                        }
                        .our-team .social li{
                            display: inline-block;
                            margin-top: 30px;
                        }
                        .our-team .social li a{
                            display: block;
                            width: 35px;
                            height: 35px;
                            line-height: 35px;
                            border-radius: 50%;
                            background: #fff;
                            font-size: 20px;
                            color: #4c5462;
                            margin-right: 5px;
                            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
                            transition: all 0.5s ease 0s;
                        }
                        .our-team .social li a:hover{
                            background: linear-gradient(to right, #7851a9 0%, #ffd700 100%);
                            color: #fff;
                        }
                        @media only screen and (max-width: 990px){
                            .our-team{ margin-bottom: 30px; }
                        }
                    
License Terms