Our team html css

Our Team Section Design using HTML and CSS

In this article you will learn how to create Our Team Section design using HTML and CSS. Even if you are a beginner, you can easily create a Our Team Section by following the tutorial. First I designed the webpage and arranged the three images along the row. Normally the images are round and all the information on the card is hidden. Watch its live demo to learn how it works.Whenever you click on these images or move your mouse over them, the images move upwards. As a result, all the information can be seen below. With this the image will take the shape of a square to a square. In the description I added names, some basic text and three social media icons. Follow the tutorial below to know step by step how I have created this Our Team Section design using HTML and CSS.

Читайте также:  Var dump php в переменную

Step 1: Basic structure of Team Section

I have created the basic structure of this profile card with the help of the code below. I have basically made a round box in which the images can be seen. This box is 220px in width and height and I have used border-radius to make it round.

 class="main">  class="profile-card">   
 *  margin: 0; padding: 0; box-sizing: border-box; font-family: Exo; > .main width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #0c5db9; > .profile-card position: relative; font-family: sans-serif; width: 220px; height: 220px; background: #fff; padding: 30px; border-radius: 50%; box-shadow: 0 0 22px #3336; transition: .6s; margin: 0 25px; > 

Basic structure of Team Section

Now I have added the hover effect on the round box with the help of CSS code. Whenever you click on that round box with the mouse, the box will be square and its height will be 260 px .

 .profile-card:hover border-radius: 10px; height: 260px; > 

hover effect on the round box

Step 2: Add an image to Our Team Design

 .profile-card .img position: relative; width: 100%; height: 100%; transition: .6s; z-index: 99; > .img img width: 100%; border-radius: 50%; box-shadow: 0 0 22px #3336; transition: .6s; > 

Add an image to Our Team Design

Now with the help of this css I have added hover effect in this image. Whenever you click on this image, the image will move upwards along the y axis . With this the image will take any shape from round to four.

 .profile-card:hover .img transform: translateY(-60px); > .profile-card:hover img border-radius: 10px; > 

hover effect in this image

Step 3: Add information to the profile box

Now using this code I have added some descriptions. In the description I first added a name, then added to his work or profession. You can add some other text here if you want. I have used font-size: 21px to increase the size of the name used here.

 class="caption"> Vin Diesel Senior App Developer  
 .caption text-align: center; transform: translateY(-80px); opacity: 0; transition: .6s; > .profile-card:hover .caption opacity: 1; > .caption h3 font-size: 21px; font-family: sans-serif; > .caption p font-size: 15px; color: #0c52a1; font-family: sans-serif; margin: 2px 0 9px 0; > 

Add information to the profile box

Step 4: Add social icons in our team section

Now is the time to add three icons to social media. I have added icons to social media here on Facebook, Instagram and Twitter. You can add more icons of your choice here if you want.

 class="social-links">  href="#"> class="fab fa-facebook">  href="#"> class="fab fa-instagram">  href="#"> class="fab fa-twitter">  
 .caption .social-links a color: #333; margin-right: 15px; font-size: 21px; transition: .6s; > .social-links a:hover color: #0c52a1; > 

 Add social icons in our team section

Step 5: Create more cards to create our team template

Now I have created two more designs like the one above. I created my second profile card using below HTML. Here we have changed only the image and the basic description, the rest is as it was. You do not need to use a separate css for this.

 class="profile-card">  class="img">  src="team-2.jpg">   class="caption"> David Corner Front End Developer  class="social-links">  href="#"> class="fab fa-facebook">  href="#"> class="fab fa-instagram">  href="#"> class="fab fa-twitter">    

I created the third profile card using the following HTML. Here too I have used another image and changed the description.

 class="profile-card">  class="img">  src="team-3.jpg">   class="caption"> Tom Cruise Full Stact Developer  class="social-links">  href="#"> class="fab fa-facebook">  href="#"> class="fab fa-instagram">  href="#"> class="fab fa-twitter">    

Create more cards to create our team template

Now I have created a css team section by combining these three profile cards together. Currently it is not Responsive. If you want to make it responsive, you can follow me on Instagram(@foolishdeveloper). I will upload this responsive version in a few days. Hopefully from this article you will learn how to create our team section design. Be sure to comment on how it looks. You can visit my blog for more tutorials like this. 😊
https://www.foolishdeveloper.com/

Источник

Our Team Section Design using HTML and CSS

Foolish Developer

In this article, you will learn how to create Our Team Section Design using HTML and CSS. Earlier I created Responsive Team Section using Bootstrap.

Currently, this type of design is used in different personal, business websites. This enhances the quality of the website as well as user satisfaction. Using this type of our team HTML CSS, you can beautifully arrange the basic information of the members of your company or group with pictures.

I have added a hover effect in this design which will catch your attention. Creative Our Team Section Design I took with the help of HTML and CSS. Below I have given a demo that will help you to know how this CSS team page works.

First I designed the webpage then placed the three images here in a circular motion at a certain distance. I have used the border radius of CSS code to make the images round.

Under normal circumstances, only images can be seen. Whenever you click on that round image, the images will go up and the rest of the information will be seen below. In addition, the image will be round to rectangular in shape. For information here I have used names, some basic descriptions, and three social media icons.

Our Team Section using HTML and CSS

Follow your full tutorial if you want to know how to create a Creative Our Team Section. HTML code helps to add basic information and images. Then with the help of CSS code, I designed it completely. However, it is not responsive. You can already see my other designs if you want to be responsive.

You need to have an idea about basic HTML and CSS to create this project. If you want the source code, use the download button at the bottom of the article.

Step 1: Create the basic structure of Team Section

Using the HTML and CSS code below I have created the basic structure of the team section in this response. First I designed the webpage a bit and created a round background of profile cards. The width and height of this background are 220px and the background color is white.

Источник

How To Create Responsive Our Team Section Using Html Css | Our Team Page Using Html Css

create responsive our team section

Hey friends, today in this blog you’ll learn How To Create Responsive Our Team Section Using Html Css | Our Team Page Using Html Css . We’ll use Html & Css to create this Our Team Section . Earlier I’ve shared a blog on Login Form Using Html Css Js | Password Show and Hide Using Javascript .

This Our Team Page ( Our Team Section ) Is Completely responsive For All Devices Like Mobile , Laptop , Tablets etc. In This Login Form Us will Show And Hide Password with the help oh javascript.

If You have any Problem so, I Also Created a full video tutorial on this Responsive Our Team Section you can see this tutorial .

Video Tutorial of ” Responsive Our Team Section “

Our Team Page Using Html Css [Source Codes]

To create this Our Team Page ( Our Team Section ) First, you need to create Twoe files, HTML File And CSS File. After creating these files Just copy the given source code and paste into your text editor and edit it according to your requirement. You can also download the source code files of this Responsive Our Team Section Using Html Css from the given download button.

# HTML CODE

First, create a Html file (index.html) and paste the given codes in your CSS file.

Our Team Page
Steven

CEO & Founder

Some text goes here that describes about team members

abc@gmail.com

Mayra

Art Director

Some text goes here that describes about team members

abc@gmail.com

John

Developer

Some text goes here that describes about team members

abc@gmail.com

Jennifer

Designer

Some text goes here that describes about team members

abc@gmail.com

# CSS CODE

Second, you create anCSS file(style.css) and paste the given codes in your CSS file.

/* Coding With Nick */ /* GEneral stuff */ *, *::before, *::after < box-sizing: border-box; >html < font-family: sans-serif; line-height: 1.15; >body < font-family: 'lato', sans-serif; color: #454545; font-weight: 300; background: #ffffff; >a < color: #333333; font-weight: 400; outline: none; text-decoration: none; transition: 0.5s; >a:hover, a:focus < outline: none; text-decoration: none; >p < padding: 0; margin: 0 0 15px 0; color: #454545; font-weight: 300; >h1, h2, h3, h4, h5, h6 < padding: 0; margin: 0 0 15px 0; color: #333333; font-weight: 700; >img < width: 100%; height: auto; >.container < width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; >.section-title < flex: 0 0 100%; max-width: 100%; margin-bottom: 80px; margin-top: 40px; text-align: center; >.section-title h1 < display: inline-block; font-size: 35px; text-transform: uppercase; font-weight: 700; color: #000000; margin: 0 0 5px; position: relative; >.section-title h1::before < content: ''; left: 0; position: absolute; height: 3px; right: 32%; background-color: #50c5fc; bottom: -5px; >.container .section-title h1::before < left: 30%; >.row < display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; >.column < position: relative; width: 100%; padding-right: 15px; padding-left: 15px; flex: 0 0 100%; max-width: 100%; >.team < margin-bottom:30px ; >.team .team-img < position: relative; font-size: 0; text-align: center; >.team .team-img img < width: 160px; height: auto; border-radius: 100%; border: 20px solid #f3f4fa; >.team .team-content < padding: 80px 20px 20px 20px; margin-top: -80px; text-align: center; background: #f3f4fa; border-radius: 10px; >.team .team-content h2 < font-size: 25px; font-weight: 400; letter-spacing: 2px; >.team .team-content h3 < font-size: 16px; font-weight: 300; >.team .team-content h4 < font-size: 16px; font-weight: 300; letter-spacing: 1px; font-style: italic; margin-bottom: 0; >.team .team-content p < font-size: 16px; font-weight: 400; line-height: 22px; >.team .team-social < position: absolute; width: 100%; height: 100%; padding: 35px; top: 0; left:0; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .6); transition: all .3s; font-size: 0; z-index: 1; opacity: 0; >.team:hover .team-social < opacity: 1; >.team .team-social a < display: inline-block; width: 40px; height: 40px; margin-right:5px ; padding: 11px 0 10px 0; font-size: 16px; font-weight: 300; line-height: 16px; text-align: center; color: #ffffff; border-radius: 10px; transition: all .3s; margin-top: 50px; >.team .team-social a.social-tw < background: #00acee; >.team .team-social a.social-fb < background: #3b5998; >.team .team-social a.social-li < background: #0e76a8; >.team .team-social a.social-in < background: #3f729b; >.team .team-social a.social-yt < background: #c4302b; >.team .team-social a:last-child < margin-right: 0; >.team:hover .team-social a < margin-top: 0; >.team .team-social a:hover < background: #222222; >/* Mobile Responsive */ @media (min-width: 576px) < .container< max-width: 540px; >.column < max-width: 50%; >> @media (min-width: 768px) < .container< max-width: 720px; >.column < max-width: 33.333333%; >> @media (min-width: 992px) < .container< max-width: 960px; >.column < max-width: 25%; >> @media (min-width: 1200px) < .container< max-width: 1140px; >>

That’s all, now you’ve successfully created a Responsive Our Team Section Using Html Css . If your code doesn’t work or you’ve faced any error And problem’s , please download the source code from the given download button. It’s free and a .zip file will be downloaded then you’ve extract it.

Источник

10+ CSS our team section (latest collection)

Latest & unique collection of hand-picked free HTML and CSS our team section examples with codes. Updated on May 2022.

Our Team Style : Demo 39

responsive our team section html css, our team template html css, our team page html css

Our Team Style : Demo 30

creative our team section using html & css, css our team card hover effects, responsive our team section in html css

Our Team Style : Demo 41

meet the team html css code, html css team page, our team css, how to create our team section using html and css

Our Team Style : Demo 47

our team section design with html and css, responsive our team section html css, how to create team section design using html and css

Our Team Style : Demo 65

responsive our team section using html and css, responsive meet our team section using html & css, our team page design html css

Our Team Style : Demo 40

creative our team section using html & css, css our team card hover effects, create the our team section by using html & css

Our Team Style : Demo 76

our team page using html css, our team css, how to create our team section using html and css

Our Team Style : Demo 75

our team section design with html and css, responsive our team section using html css, css our team card hover effects

Our Team Style : Demo 67

our team section in html and css, responsive our team using html css, how to make our team page in html and css

Our Team Style : Demo 73

responsive our team section using html and css, our team section in html and css, our team section html css

Subscribe to our Youtube channel for regular tutorial videos on WordPress, Elementor, Web Design & Development, Website & Social Media strategies, etc. We also recommend you to check this “Essential Website Features” article to create a better website.

Источник

Оцените статью