Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added background color to the bio. #130

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@
</a>
<h3><span>Vinit</span></h3>
<button class="btn btn-lg btn-yellow">Hello, Glad to see you here!</button>
<div id="bio">
<p>I am a front-end architect from Ranchi. You can view my works
<a href="https://github.com/vinitshahdeo">here</a>.
I love to cook Maggie when I'm not cooking any website.
Presently I am undergraduate at
<a href="http://www.vit.ac.in/" target="_blank">VIT University Vellore.</a>
<br/><span>Thank You for Visiting!</span>
</p>

</div>
<p>Ping me at <a href="mailto:vinitshahdeo@gmail.com">vinitshahdeo@gmail.com</a></p>

<hr>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ a:hover, a:focus, a:active, a:visited {
padding: 20px;
margin-top: 20px;
}
#bio{
padding: 1px 0;
margin: 10px 0;
background-color:#57CC99;
}
.about span {
font-size: 2em;
color: #016cc7;
Expand Down