CSS help required

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joshtheflame
    New Member
    • Jun 2010
    • 1

    CSS help required

    Hi All,

    I am developing a webpage and got the 3 attached 1px files from a website i am pretty inspired by the following website and want the same border.




    I have tried sneaking the css behind the page but its making the border in a specific size even though tried to alter the width property but couldn't increased the width of borders.

    Can you help me do this in CSS as i am new to web development.

    Thanks
    Attached Files
  • JKing
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    You can view the CSS they used to create the border here CSS

    Infact if you ever want to view the CSS of any page you can right-click in your browser, select view source and then navigate to the head section of the html. From there you want to find a line that would look something like this
    Code:
    <link href="somedirectory/style.css" rel="stylesheet" type="text/css" media="print">
    Note that the directories will differ from site to site.
    From here depending on your browser you may be able to simply click on the link and be brought to the css or you can copy and paste the link into your browser. If you are copying and pasting you may need to add the root of the site to the url.

    Comment

    Working...