Login Register


I'm lost // CSS Borders filter_list
Author
Message
I'm lost // CSS Borders #1
So for the last hours I've been trying to create a CSS border around an image, pretty much like imgur.com does ( http://imgur.com/gallery/cRZb5xm - random image ).

I've failed all of the times or didn't get the intented result,
Could anyone link me to a decent guide?

Reply

RE: I'm lost // CSS Borders #2
borderSadx)px style color;

x = amount.

Reply

RE: I'm lost // CSS Borders #3
Here is a guide : http://www.w3schools.com/css/css_border.asp
Its pretty simple :
Code:
img { border-style:solid; border-width:5px; }
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.

Reply

RE: I'm lost // CSS Borders #4
Here is a guide : http://www.w3schools.com/css/css_border.asp
Its pretty simple :
Code:
img { border-style:solid; border-width:5px; }
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.

Reply

RE: I'm lost // CSS Borders #5
Here is a guide : http://www.w3schools.com/css/css_border.asp
Its pretty simple :
Code:
img { border-style:solid; border-width:5px; }
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.

Reply







Users browsing this thread: 1 Guest(s)