Jump to content

acecadet

Members
  • Posts

    1
  • Joined

  • Last visited

acecadet's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. acecadet

    CSS For Xibo TV

    So I'm very rusty/a beginner when it comes to CSS. I'm trying to create a welcome message for our reception television screen. The software that allows for this is called Xibo. You can see what the setup currently looks like with my current css I'm trying to get the welcome box to be centered/bottom of my screen (4k ultra hd, 3840 x 2160 px) as per the example image ( Colors/text aren't important right now. I just want the dang thing centered) Here is my code; <head> <style> .container-box { position:absolute; bottom:0; left:50%; margin-left: -50%; padding: 100px; align-items: center; align-content: center; margin-bottom: 20px; } .item-list { display: content; padding: 20px; font-size: 100px; text-align: center; vertical-align: middle; color: black; } </head></style> <html> <body> <div class="container-box"> <button class="item-list"> WELCOME TO RAND ACCESSORIES </button> </div></body> Any help would be appreciated. Thank you!
×
×
  • Create New...