@samson123-sysSubmitted over 2 years ago
Jason
@jsngmbAll comments
- @jsngmbPosted over 2 years ago
An easy way to center your preview card:
.container { position: absolute; top:50%; left:50%; transform-translate: (-50%,-50%); }
Marked as helpful0
An easy way to center your preview card:
.container { position: absolute; top:50%; left:50%; transform-translate: (-50%,-50%); }