Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css inset

/* this */
inset: 1px 2px 3px 4px;

/* is the same as this */
top: 1px;
right: 2px;
bottom: 3px;
left: 4px;
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #css #inset
ADD COMMENT
Topic
Name
7+9 =