27 lines
219 B
CSS
27 lines
219 B
CSS
/* HTML items */
|
|
img {
|
|
border-style: solid;
|
|
border-radius: 1%;
|
|
|
|
width: 45%;
|
|
}
|
|
|
|
/* Classes */
|
|
.Handle {
|
|
|
|
}
|
|
|
|
.Origin {
|
|
|
|
}
|
|
|
|
.PostText {
|
|
|
|
}
|
|
|
|
.Images {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
|
|
}
|