pagina_ventas_salaudio/style.css

33 lines
386 B
CSS
Raw Permalink Normal View History

2023-05-05 15:55:36 -04:00
body {
background-color: aquamarine;
/*text-align: center;*/
}
.logo-container {
display: flex;
}
.logo-container>img {
max-width: 60px;
max-height: 60px;
}
p {
2023-05-05 16:03:43 -04:00
font-size: 20px;
2023-05-05 15:55:36 -04:00
}
p.precio {
2023-05-05 16:03:43 -04:00
font-size: 22px;
2023-05-05 15:55:36 -04:00
font-weight: bold;
}
2023-05-05 16:03:43 -04:00
.main h3 {
font-size: 22px;
2023-05-05 15:55:36 -04:00
font-weight: bold;
}
img.producto {
max-width: 600px;
max-height: 400px;
}