14 lines
156 B
CSS
14 lines
156 B
CSS
/*footer*/
|
|
.footer {
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.navbar-text {
|
|
font-size: 17px;
|
|
}
|
|
|
|
.footer-site {
|
|
font-family: "Alata", sans-serif;
|
|
font-size: 25px;
|
|
}
|