Blog-Home

This blog is for everybody that loves technology

Company website template HTML CSS

Company Website template html css

Create Our Team Section in HTML and CSS





Create Our Team Section in HTML and CSS. In this article, I am going to tell you how you can create a very beautiful HTML website in HTML with simple steps. you just need to write a simple code of text to create this HTML website. we will use in this code HTML and simple internal CSS.




First of all, you have to create a folder, where you want to create a save you file of code and then drag it or open it on your text editor, after that you have to save this file by giving any name with the extension name HTML.

After saving this file, you just write a simple structure of HTML and create content and follow the code which is given below.




On this website, there is a logo, some headings, paragraphs, a button, and a login form. This website is completely made in HTML and CSS. You can use this website in your work, projects, or others. This Website template is free to use. This website is of a Web design and development company. Every IT Company can use this website template according to their needs and requirements.




Below is the code provided to make this website template. This is a single-page website template that is made in HTML and CSS.

If you want to make changes to this code then you have to simply copy it and paste it into your default text editor and then you can modify this and make changes according to their needs and requirements.



<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Our Team Section in HTML and CSS</title>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</head>
<style type="text/css">
*
{
margin: 0;
padding: 0;
color: #fff;
font-family: arial;
overflow: hidden;
}
header
{
width: 100%;
height: 100vh;
background-color: #12141d;
}
.container
{
width: 1200px;
height: 100vh;
margin: auto;
text-align: center;
padding-top: 100px;
}
.container h3
{
color: #ff7159;
}
.container h1
{
font-size: 70px;
}
.row
{
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 50px;
}
.row .box
{
width: 350px;
height: 350px;
background-color: #1e2029;
border-radius: 10px;
padding: 20px;
cursor: pointer;
}
.row .box img
{
width: 100px;
border-radius: 50%;
margin-top: 20px;
}
.row .box h2
{
padding-top: 20px;
font-size: 25px;
cursor: pointer;
}
.row .box h4
{
padding-top: 10px;
color: grey;
font-size: 20px;
}
.row .box h5
{
padding-top: 20px;
font-size: 16px;
color: grey;
}
.row .box h6
{
font-size: 16px;
color: grey;
}
.row .box ion-icon
{
margin-top: 20px;
font-size: 30px;
margin: 25px 0px;
transition: 0.5s;
}
.row .box ion-icon:hover
{
color: #ff7159;
}
</style>
<body>
<header>
<div class="container">
<h3>Reach Our Team</h3>
<h1>Contact Us</h1>
<div class="row">
<div class="box">
<img src="a.jpg">
<h2>Luke Hassen</h2>
<h4>Founder</h4>
<h5>+614 382 442</h5>
<h6>[email protected]</h6>
<div class="icon">
<ion-icon name="logo-facebook"></ion-icon>
<ion-icon name="logo-twitter"></ion-icon>
<ion-icon name="logo-instagram"></ion-icon>
<ion-icon name="logo-linkedin"></ion-icon>
</div>
</div>
<div class="box">
<img src="b.jpg">
<h2>Annable peter</h2>
<h4>Founder</h4>
<h5>+614 382 442</h5>
<h6>[email protected]</h6>
<div class="icon">
<ion-icon name="logo-facebook"></ion-icon>
<ion-icon name="logo-twitter"></ion-icon>
<ion-icon name="logo-instagram"></ion-icon>
<ion-icon name="logo-linkedin"></ion-icon>
</div>
</div>
<div class="box">
<img src="c.jpg">
<h2>Cassendra King</h2>
<h4>Account Manager</h4>
<h5>+614 382 442</h5>
<h6>[email protected]</h6>
<div class="icon">
<ion-icon name="logo-facebook"></ion-icon>
<ion-icon name="logo-twitter"></ion-icon>
<ion-icon name="logo-instagram"></ion-icon>
<ion-icon name="logo-linkedin"></ion-icon>
</div>
</div>
</div>
</div>
</header>
</body>
</html>




Here we completed our tutorial Portfolio Website Template in HTML and CSS.

If you face any problem please feel free to contact us.

Thanks for reading our post.

If you like this article then please share it with your friends.



Also Read:

Mobile Website in HTML and CSS With Source Code

Personal Website in HTML and CSS




Leave a Comment

Your email address will not be published. Required fields are marked *

WE CREATES WEBSITES

LEARN WEBSITE DESIGNING COURSE
ONLINE

We will teach you html5, css3, photoshop, bootstrap, media query, wordpress, sql, php.

Sandeep Gahlot
My Recent Posts
Scroll to Top