Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css shadow border

box-shadow: 0 -1px 0 0 red; /* Border top */
box-shadow: 1px 0 0 0 red; /* Border right */
box-shadow: 0 1px 0 0 red; /* Border bottom */
box-shadow: -1px 0 0 0 red; /* Border left */
box-shadow: 0 0 0 1px red; /* All the borders by using the spread properties */
Comment

shadow border css

box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;"
Comment

PREVIOUS NEXT
Code Example
Css :: mat slider custom color 
Css :: how to target input type with css 
Css :: css change image saturation 
Css :: restful url to update status 
Css :: word ellipsis css 
Css :: mysqli check if delete was successful 
Css :: element not going to the bottom of the page 
Css :: css ganzer button anklickbar 
Css :: Add dark filter to an image - CSS 
Css :: how to remove margin of body 
Css :: background color css rgb 
Css :: center text in div 
Css :: css line under text 
Css :: ssh: connect to host 165.22.132.219 port 22: Connection refused 
Css :: how to make a triangle in css 
Css :: linux bash sort folders ascending 
Css :: 3d button 
Css :: css round outline 
Css :: how to add fade-in with page transition 
Css :: wrap a span 
Css :: how to center a inline block element 
Css :: media queries css wit logical operators 
Css :: tint image with background color css 
Css :: css scrollbar always visible 
Css :: css show scrollbar if overflow 
Css :: how many fonts can i add in a css font-face 
Css :: background image blur css codepen 
Css :: css image overflow 
Css :: css font properties 
Css :: hide overflow but still scroll 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =