New Landing How can we help? Cardinal Boxed Border CSS Question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #105107
    George
    Member
    Post count: 235

    Hello,

    Is it possible to create css to make a double boxed border, such as the one attached?

    How would it be done?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #105261
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    try something like this

    CSS

    .custom-div{
        border:3px solid;
        padding:3px;
    }
    
    .inner-custom-div{
        padding:3px;
        border:1px solid;
        
    }
    

    HTML

    
    <div class="custom-div">
        <div class="inner-custom-div">
              Content Here
        </div>
    </div>
    

    -Rui

    #105538
    George
    Member
    Post count: 235

    perfect!!

    thank you.

    #105696
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register