« Web, HTML, Tech Forum

is there a way to add a border and a drop shadow to the contact/interest link box?

title explains itself, examples here ^.^


Report Topic

2 Replies

Sort Replies:

Reply by Gluma

posted

.profile .contact {

border: 2px solid black;

box-shadow: 7px 6px;

}

.profile .table-section {

border: 2px solid black;

box-shadow: 7px 6px;

}

Tried to replicate the box you used but if you wanna tweak anything, first number of box shadow code changes the right side of the shadow while second number changes bottom shadow.  Number in border code changes border thickness. Anywhere you see the word "black" can be changed to a different color, either hex code or just the color name. "Solid" refers to border type.


Permalink Report Reply

Reply by thatenbypan

posted

THANK YOU SO MUCH!!! THIS LOOKS AMAZING!! ^_^


Permalink Report Reply