:cookie: 583 | @vinaypuppal |http://www.freecodecamp.com/vinaypuppal
:cookie: 584 | @vinaypuppal |http://www.freecodecamp.com/vinaypuppal
<style>
.thick-red-border {
border-color: red;
border-width: 15px;
border-style: solid;
border-radius: 40%;
}
</style>
<h1 class="text-primary ">Bill Gates</h1>
<img class="thick-red-border" src="http://blogs-images.forbes.com/mfonobongnsehe/files/2014/09/bill-gates.jpg" alt="BillGates">
<style>
.blue-text {
color: blue;
font-size: 40p
}
.red-text {
color: red;
font size: 20p;
}
.thick-blue-border {
border-color: blue;
border-width: 15px;
border-style: solid;
border-radius: 40%;
}
.black-text {
color: black;
font-size: 15p;
}
</style>
<h1 class="blue-text">Bill Gates
</h1>
<h2 class= "red-text">The Founder of Microsoft</h2>
<img class="thick-blue-border" src="http://blogs-images.forbes.com/mfonobongnsehe/files/2014/09/bill-gates.jpg" alt="BillGates">
<h3 class="black-text">Heres A Time Line of Bill Gates's Life</h3>
<h4>1955: William Henry Gates III is born to attorney William Henry Gates II and Mary Gates, a schoolteacher, University of Washington regent and chairwoman of United Way International. He is raised in Seattle.
1967: Gates is enrolled in the Lakeside School, an exclusive private school in Seattle, where he befriends Paul Allen. The two students share an interest in computers and programming. The school notices his knack for technology and asks him to create a computerized schedule of classes.Gates’ 2005 keynote speech at Lakeside School.
MY PROBLEM IS THAT THE PARAGRAPHS ARE SHOWN TOGETHER AND NOT SEPARATED AS PARAGRAPHS. How do I fix this?
<p>Your Paragraph</p>
tag:warning: rkzoltan already gave vinaypuppal points
:warning: rkzoltan already gave vinaypuppal points
padding
to avoid that issue and if you can see in dev tools bootstrap has done same for .sidebar
you added it gave top:51px
so sidebar is not behind navbar