Spaces:
Sleeping
Sleeping
File size: 430 Bytes
5bb1ff0 1587187 5bb1ff0 5817621 85b834a 5bb1ff0 028b033 268215b 85b834a 66b66cd 5bb1ff0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
#col-container {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
}
.filenameshow{
height:85px;
}
.spaceH{
padding-top:45px;
}
.leftimage .rightimage{
float:left;
}
.leftimage{
display: inline-block;
padding-top:26px;
padding-left:170px;
}
.rightimage{
display: inline-block;
padding-top:15px;
margin-right:190px;
}
|