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