1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#screenshot-zone { position: relative; border: 2px dashed #ccc; width: 90%; height: 250px; overflow: auto; } #screenshot-inner { position: absolute; left: 0; bottom: 48%; width: 100%; text-align: center; } #screenshot-zone.screenshot-pasted { border: 2px solid #333; }