Skip to content

Commit

Permalink
Update estilos.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BURDOTATTOO committed Oct 20, 2023
1 parent 5ac3501 commit 2dbecb8
Showing 1 changed file with 87 additions and 2 deletions.
89 changes: 87 additions & 2 deletions css/estilos.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ body{
min-height: 100%;
z-index: -1;
left: 0%;
top: 0%

top: 0%;


}


Expand Down Expand Up @@ -380,3 +381,87 @@ body{
100% {margin-left: -300%;}
}

















/* Estilo para el footer */
footer {
background-color: rgba(27, 27, 27, 0.8); /* Gris claro con opacidad del 80% */
color: #fff; /* Texto en color blanco */
padding: 20px;
}

.footer-content {
display: flex;
justify-content: space-between;
align-items: center;
}

.footer-info {
flex: 1;
}

.footer-info h3 {
font-size: 24px;
}

.footer-contact, .footer-social {
flex: 1;
}

.footer-contact h4, .footer-social h4 {
font-size: 18px;
}

.footer-contact p, .footer-social p {
font-size: 16px;
}

.footer-social ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}

.footer-social li {
margin-right: 10px;

}

.footer-copyright {
text-align: center;
margin-top: 20px;
font-size: 14px;

}



.float{
position:fixed;
width:40px;
height:40px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 5px 5x 5px #999;
z-index:100;
}

2 comments on commit 2dbecb8

@vercel
Copy link

@vercel vercel bot commented on 2dbecb8 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

burdotattoostore – ./

burdotattoostore-git-main-burdo.vercel.app
burdotattoostore-burdo.vercel.app
burdotattoostore.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2dbecb8 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

burdotattoo – ./

burdotattoo-git-main-burdotattoo.vercel.app
burdotattoo.vercel.app
burdotattoo-burdotattoo.vercel.app

Please sign in to comment.