treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Border Transparency

  • I Want to get a transparent border like the content area of this website is having. I Got to know about the tag background-flip but i am unable to implement it. So Please help me in solving this problem

    Thanks.
  • It's showing as
    border:8px solid transparent
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: 0 0 8px
    rgba(0, 0, 0, 0.3);

    Hope that helps
  • no sir this didn't help actually i want the border to be transparent as this website is having as a border of the content area.
  • Hey, I looked at the properties of the content in Chrome and that's what it has.

    Why not post a link to your site and we can take a look.

    Otherwise, make a Fiddle and let us play
  • I Got it thanks for your help anyways. i always learn something new by making mistakes this wonderful website teaches me very well.