Responsive Our Team Section Using FlexBox & CSS
In this tutorial, you will learn how to create a Responsive Our Team Section using Flexbox and CSS. Earlier I shared many more types of CSS Team Section tutorials with you. But in that case, I used CSS to make it responsive. I did not use any extra CSS to make this design responsive.
Here I have taken the help of Flexbox. This Responsive Our Team Section Using FlexBox design is fully responsive so you can use it directly in your project.
I took the help of Glassmorphism design to make it. The Our Team page that we have created here is absolutely simple. First, there is a profile image than a name, email id, some basic information, then two buttons, at the end there are four social media icons.
Responsive Our Team Section
This design is made according to the transparent i.e. Glassmorphism design. As a result, the elements in the background can be seen clearly. As I said before, the help of Flexbox has been taken here to make it responsive. I didn't have to use any CSS code separately.
Below I have given a preview that will help you to know how this Our Team Section Using FlexBox design works. Below you will find a preview and the required source code. If you only want to download the source code, you can use the download button at the bottom of the article.
See the Pen Responsive Our Team Section by Ground Tutorial (@groundtutorial) on CodePen.
As you can see above, two colorful circles have been created on a webpage. Which is basically used to understand Glassmorphism design in a beautiful way. After that, I made three profile cards.
The background of these profile cards is almost transparent i.e. the colorful elements in the background can be seen very clearly. However, backdrop-filter: blur (10px) has been used in each card, which makes the background look blurry.
How to Create Our Team Section Using FlexBox
First the profile image, then a name, email id, then some basic information, two buttons, four social media icons. The background has been blurred to highlight these social icons.
If you use a smaller device, then this Responsive Our Team Section will be able to adjust its size according to the size of the device. If you want to create this Our Team page, you must have a basic idea about HTML and CSS.
Step 1: Create colorful elements on the webpage
Using the HTML and CSS codes below, I created two colorful circles at the top of the web page. If you want to use it for any professional work, you can skip these colorful circles.
Using the code below, I designed the webpage and added a background color to the webpage.
I designed that circle using the following CSS codes. First I created an area in which the circles can be seen. When you use it for yourself, you will adjust these sizes to your liking.
Border-radius: 50% is used to make each circle height: 200px, width: 200px and round. I have used different gradient background colors for both.
Step 2: Html code of our team section
Below is the HTML code needed to create this Our Team design. I have given all the HTML together so that you can understand. However, I have given the information of each line so that you can understand which code I have used.
I designed the basics of this Responsive Team section using the following CSS codes. The width: 325px and height of each profile card here will depend on the amount of content.
The width of the image here is 100px and a border-radius has been used to make it round.
Step 3: Design headings and basic text with CSS
I have used the following CSS codes to design the name, email id, and basic text here.
Step 4: Design the buttons in the Team Section
As you can see above I have used two buttons here. The following code has been used to design those buttons. The width of these buttons is 125px and the text color is white. The background here has been somewhat blurred.
Step 5: Design social icons using CSS below
Now the social icons have been designed. Here I have used four social icons. The following codes have been used to design those icons. Width: 40px, height: 40px is used for each icon. Added hover color to each icon.
Hopefully from the above tutorial, you have learned how the Responsive Our Team Section has been created using FlexBox.
If you have any difficulty understanding the above code, you can use the download button. You can definitely comment on how you like this Our Team Design tutorial.
Comments
Post a Comment
Tell me what you think ??😎