| H A D | utils.js | 41 center: { top: '50%', left: '50%' }, property 42 top: { top: 0, left: '50%' }, property 44 bottom: { bottom: 0, left: '50%' }, property 45 left: { top: '50%', left: 0 }, property 46 'top center': { top: 0, left: '50%' }, property 48 'top left': { top: 0, left: 0 }, property 52 'bottom center': { bottom: 0, left: '50%' }, property 54 'bottom left': { bottom: 0, left: 0 }, property 55 'left center': { top: '50%', left: 0 }, property 56 'left top': { top: 0, left: 0 }, property [all …]
|