Jump to content

jch02140

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by jch02140

  1. I am trying to put all the different text div layers to make them overlap each other, but I cannot seems to change the positions of the divs even if I put in arbitrary values for the top/bottom/left/right attributes...

    Here is my code:

    <div position:relative; z-index:1; style="font-family: lunacrescente-base; font-size: 240px; color:#00D2DE">Luna Cresente Layer Fonts</div>
    <div position:relative; z-index:2; style="font-family: lunacrescente-color-one; font-size: 240px; color:#00DE73">Luna Cresente Layer Fonts</div>
    <div position:relative; z-index:3; style="font-family: lunacrescente-color-two; font-size: 240px; color:#8E00DE">Luna Cresente Layer Fonts</div>
    <div position:relative; z-index:4; style="font-family: lunacrescente-color-three; font-size: 240px; color:#DE008E">Luna Cresente Layer Fonts</div>
    <div position:relative; z-index:5; style="font-family: lunacrescente-color-four; font-size: 240px; color:#DE9200">Luna Cresente Layer Fonts</div>
    <div position:relative; z-index:6; style="font-family: lunacrescente-color-five; font-size: 240px; color:#DEC300">Luna Cresente Layer Fonts</div>

     

    img.png

  2. I am using a jquery plugin called Datatable and playing a bit with the example code. However, the text in the first row are not centered like the rest. Is there a way to center the texts in the first row?

    Here is the fiddle

    I tried using the following methods but none of them works:

    <thead style="text-align:center">

    and

    <th style="text-align:center">
×
×
  • Create New...