Skip to content
Snippets Groups Projects
Commit ebd48fad authored by Praseetha-KR's avatar Praseetha-KR
Browse files

Header modifications

parent c45d970b
Branches
No related merge requests found
......@@ -95,9 +95,12 @@ textarea {
header{
background-color: #000000;
padding: 70px 0 60px 0;
border-bottom: 5px solid #428BCA;
}
header button{
margin: 5px;
}
......
......@@ -23,11 +23,15 @@
<![endif]-->
<header>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="row text-center">
<div class="col-md-12">
<img src="img/diaspora-logo-large.png" alt="">
<h3>The community-run Distributed Social Network</h3>
</div>
<div class="col-md-12">
<button class="btn btn-success">Login</button>
<button class="btn btn-primary">Register</button>
</div>
</div>
</div>
</header>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment