CSS for Directory Symbol
This commit is contained in:
parent
9d8f3e353c
commit
18ddafc4a0
1 changed files with 8 additions and 0 deletions
|
@ -99,6 +99,7 @@ body {
|
|||
padding: 0px;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.content .multi-image img {
|
||||
|
@ -107,6 +108,13 @@ body {
|
|||
height: 200px;
|
||||
}
|
||||
|
||||
.content .multi-image .dirname {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
/* Single Image Styling */
|
||||
.content-single {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue