pagina_ventas_salaudio/style.css

33 lines
380 B
CSS
Raw 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 {
font-size: 22px;
}
p.precio {
font-size: 24px;
font-weight: bold;
}
h4 {
font-size: 28px;
font-weight: bold;
}
img.producto {
max-width: 600px;
max-height: 400px;
}