mirror of
https://github.com/SrIzan10/elTiempo.git
synced 2026-05-01 10:45:20 +00:00
23 lines
308 B
CSS
23 lines
308 B
CSS
|
|
|
|
.footer {
|
|
position: fixed;
|
|
padding-top: 3px;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: rgb(55, 121, 221);
|
|
color: white;
|
|
font-size: 18px;
|
|
text-align: center;
|
|
float: right;
|
|
}
|
|
|
|
.enlace{
|
|
text-decoration: none;
|
|
color: black ;
|
|
}
|
|
.enlace:hover{
|
|
cursor: pointer;
|
|
color:black;
|
|
} |