Untitled
user_6572816
plain_text
2 years ago
590 B
8
Indexable
body * {
margin: 0;
border: 0;
padding: 0;
}
body {
font-family: 'Roboto', sans-serif;
}
/* Colores:
● #212529;
● #707070;
● #F8F9FA o var(--light);
● #fff o var(--white);
● #28a745 o var(--success);
*/
.colornav {
background-color: #28a745;
}
.navbar-brand img {
width: 50%;
}
.adaptacion {
margin: 30px 0px;
}
.precio {
color: #28a745;
text-align: right;
font-size: 20px;
text-decoration: none;
}
.precio-antes {
color: #212529;
text-align: left;
text-decoration: none;
}Editor is loading...
Leave a Comment