Viewing 5 replies - 1 through 5 (of 5 total)
  • martcol

    (@hotmale)

    I’m not sure that this a straightforward question. There are techniques to achieve it but it’s probably best if you google something like border body

    martcol

    (@hotmale)

    Or maybe you just mean something like:

    body {
      border: 12px solid #42c5fc;
    }

    Thread Starter Noman Hanafi

    (@noman-hanafi)

    first many thanks to you..
    i’ve search this question in google,youtube,stack overflow ehow and wikihow…but ans is zero
    i mean that i want a border around my whole webpage that includes header,footer content area,and sidebar at atime…
    thanks..plz reply…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So try:

    .site {
        border: 10px solid #F00;
    }

    Thread Starter Noman Hanafi

    (@noman-hanafi)

    many many many many thanks andrew..it is solved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Border around my whole webpae’ is closed to new replies.