Bootstrap loves Fontawesome!

<!DOCTYPE html>
<html>
<head>
<title>Bootstrap</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style type="text/css">
img {
min-height: 300px;
max-height: 300px;
width: 300px;
padding-left: 10px;
padding-right: 10px;
}

.footer {
margin-top: 100px;
}
</style>
</head>
<body>

<div class="container-fluid">
<div class="jumbotron text-center">
<h1>Welcome to My Website</h1>
<p>My website consists of information on Web designing</p>
<button class="btn btn-default btn-lg">Get Started</button>
</div>

<div class="row text-center">
<div class="col-md-4">
<img class="img img-circle" src="https://community.emc.com/thread/profile-image-display.jspa?imageID=4260&size=350" alt="">
<p class="h3">Person 1</p>
</div>
<div class="col-md-4">
<img class="img img-circle" src="https://www.foxchase.org/sites/fccc/files/styles/person-photo/public/photo/NadiaKhan640x860_1.jpg?itok=ANUAFism" alt="">
<p class="h3">Person 2</p>
</div>
<div class="col-md-4">
<img class="img img-circle" src="http://d3lp4xedbqa8a5.cloudfront.net/s3/digital-cougar-assets/nzww/2016/10/26/1477434135987_1.jpg" alt="">
<p class="h3">Person 3</p>
</div>
</div>

<div class="footer text-center">
<div class="row">
<div class="col-xs-2 col-xs-offset-3">
<i class="fa fa-facebook-official fa-2x"></i>
</div>
<div class="col-xs-2">
<i class="fa fa-google-plus fa-2x"></i>
</div>
<div class="col-xs-2">
<i class="fa fa-twitter fa-2x"></i>
</div>
</div>
</div>
</div>

</body>
</html>

Comments

Popular posts from this blog

Zeller's Congruence

Property Event-Delegation

Method with variable arguments