added proper styling for website images
This commit is contained in:
parent
7da58e1619
commit
ece0e31320
@ -76,6 +76,7 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: space-around;
|
||||||
color: black;
|
color: black;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
@ -91,6 +92,10 @@ body {
|
|||||||
background-color: rgba(125, 255, 125, 0.5);
|
background-color: rgba(125, 255, 125, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card h3 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.card-image {
|
.card-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user