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

Changed buttons, nav items and navbar #12

Open
wants to merge 1 commit 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
7 changes: 5 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,18 @@ p {
}

.button_di-buffala:hover {
background-color: hsla(227, 100%, 60%, .1);
color: #325DFF;
background-color: hsla(227, 100%, 60%, .5);
color: white;
}

/* Navbar */

.navbar_di-buffala {
background-color: #141414;
color: hsla(0, 100%, 100%, 0.52);
position: fixed;
width: 100%;
z-index: 2;
}
.icon-bar {
background-color: #fff;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right navbar__navigation">
<li><a href="#">Trabajo</a></li>
<li><a href="#">Características</a></li>
<li><a href="#trabajo">Trabajo</a></li>
<li><a href="#features">Características</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contacto</a></li>
</ul>
Expand Down Expand Up @@ -64,7 +64,7 @@ <h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </h3>
</section>

<!-- Features -->
<section class="container-fluid features">
<section class="container-fluid features" id="features">
<h1>Hola que tal </h1>
<h2>Lorem ipsum dolor sit</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ultrices accumsan ornare. Phasellus tristique ullamcorper luctus. Nunc varius ullamcorper felis. Nulla nibh ipsum, rutrum.</p>
Expand Down Expand Up @@ -136,7 +136,7 @@ <h2>Nuestros Exitos</h2>
</section>

<!-- Portfolio section -->
<section class="container-fluid portfolio">
<section class="container-fluid portfolio" id="trabajo">
<h2>Trabajos Destacados</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ultrices accumsan ornare. Phasellus tristique ullamcorper luctus. Nunc varius ullamcorper felis. Nulla nibh ipsum, rutrum.</p>
<hr>
Expand Down