Sunday, June 2, 2019

About me HTML and CSS code

<header class='masthead'>
<p class='masthead-intro'>Hi I'm Pratap kapar</p>
<h1 class='masthead-heading'>Nikov!</h1>
<style>
/* Typography Declarations */
font-family: "Gentium Book Basic", Georgia, serif;
font-size: 2em;
}

.masthead-heading {
/* Layout Declarations */
color: #F1C863;
margin-top: -0.2em;
/* Typography Declarations */
font-family: "Open Sans", "Helvetica Neue", sans-serif;
font-weight: bold;
font-size: 6em;
letter-spacing: -0.02em;
text-transform: uppercase;
}

.introduction-section,
.location-section,
.questions-section {
max-width: 38em;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}

.introduction-section > p,
.location-section > p,
.questions-section,
.content-footer > p {
/* Typography Declarations */
font-weight: 300;
letter-spacing: 0.05em;
}

.questions-section > h2 {
font-family: "Gentium Book Basic", Georgia, serif;
font-size: 1.2em;
font-weight: bold;
/* Layout */
margin: 2em 0 1em 0;
}
</style>
</header>
<section class="introduction-section">
<h1>Introduction</h1>
<p>I am a construction business owner, part time marketer, and soon to be web developer.</p>
<p>I love the internet, technology, and building beautiful things.</p>
</section>
<section class="location-section">
<h1>Where I'm From Nepal</h1>
<p>I'm originally from Toronto, Ontario. </p>
</section>
<section class="questions-section">
<h1>More About Me</h1>
<h2>What are your favorite hobbies?</h2>
<p>My favorite hobby is building things on the internet like ecommerce sites and email marketing campaigns.</p>
<h2>What's your dream job?</h2>
<p>My dream job is similar to my current job except I would like to be building software instead of buildings.</p>
<h2>Where do you live?</h2>
<p>I live on a rural acreage, but I'm close to Ottawa and Montreal.</p>
<h2>Why do you want to be a web developer?</h2>
<p>Because programming is awesome and programming for the internet is even more awesome.</p>
</section>

<footer class="content-footer">
<p>Say hi to me on these social networks:</p>
<ul class="social">
<li><a class="css-is-deranged" href="_INSERT_GITHUB_URL_HERE_">GitHub</a></li>
<li><a class="css-is-deranged" href="_INSERT_TWITTER_URL_HERE_">Twitter</a></li>
<li><a class="css-is-deranged" href="_INSERT_GOOGLE+_URL_HERE_">Google+</a></li>
</ul>

</footer>



margin-top: -0.2em;
/* Typography Declarations */
font-family: "Open Sans", "Helvetica Neue", sans-serif;
font-weight: bold;
font-size: 6em;
letter-spacing: -0.02em;
text-transform: uppercase;
}

.introduction-section,
.location-section,
.questions-section {
max-width: 38em;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}

.introduction-section > p,
.location-section > p,
.questions-section,
.content-footer > p {
/* Typography Declarations */
font-weight: 300;
letter-spacing: 0.05em;
}

.questions-section > h2 {
font-family: "Gentium Book Basic", Georgia, serif;
font-size: 1.2em;
font-weight: bold;
/* Layout */
margin: 2em 0 1em 0;
}

No comments:

Post a Comment