Nice responsive team page

Size
3,139 Kb
Views
14,168

How do I make an nice responsive team page?

Just converting an idea to code. What is a nice responsive team page? How do you make a nice responsive team page? This script and codes were developed by Mihovil Ilakovac on 31 October 2022, Monday.

Nice responsive team page Previews

Nice responsive team page - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Nice responsive team page</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="wrap"> <div class="col_3" > <h1 id="one">John Doe</h1> <img src="http://lorempixel.com/100/100" /> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. </p> </div> <div class="col_3"> <h1 id="two">John Deer</h1> <img src="http://lorempixel.com/100/100/people" /> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. </p> </div> <div class="col_3" > <h1 id="three">John Beer</h1> <img src="http://lorempixel.com/100/100/sports" /> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. </p> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Nice responsive team page - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Metrophobic|Alike);
body { background: url(https://subtlepatterns.com/patterns/ticks.png);
}
#wrap { position: absolute; left: 0; width: 100%; top: 50%; margin-top: -150px;
}
#wrap:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;
}
@media screen and (max-width: 1300px) { #wrap { top: 0; margin: 0; }
}
.col_3 { width: 31.33333%; margin: 0 1%; float: left; box-sizing: border-box; cursor: pointer; background: #FFF;
}
@media screen and (max-width: 1300px) { .col_3 { float: none; width: 100%; padding-bottom: 20px; margin: 0; }
}
.col_3 h1 { padding-top: 40px; font-family: Alike,serif; display: block; margin: 0 auto; text-align: center; padding-bottom: 40px; color: #FFF; font-size: 2em;
}
.col_3 h1#one { background: #333; box-shadow: 0 -5px 0 #262626, 0 5px 0 #cccccc;
}
.col_3 h1#two { background: #ae4029; box-shadow: 0 -5px 0 #993824, 0 5px 0 #cccccc; margin-top: -15px;
}
.col_3 h1#three { background: #149da1; box-shadow: 0 -5px 0 #11878a, 0 5px 0 #cccccc;
}
.col_3 img { display: block; margin: -25px auto; border-radius: 50%; border: 5px solid #FFF; box-shadow: 0 3px 0 #DDD;
}
.col_3 p { margin: 44px auto; display: block; width: 70%; text-align: center; font-family: Metrophobic,sans-serif; color: #333; font-size: 1em; line-height: 1.2em;
}
Nice responsive team page - Script Codes
Nice responsive team page - Script Codes
Home Page Home
Developer Mihovil Ilakovac
Username infomiho
Uploaded October 31, 2022
Rating 4
Size 3,139 Kb
Views 14,168
Do you need developer help for Nice responsive team page?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Mihovil Ilakovac (infomiho) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!