Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

inset css

div {
  background-color: yellow;
  width: 150px;
  height: 120px;
  position: relative;
}

.exampleText {
  writing-mode: sideways-rl;
  position: absolute;
  inset: 20px 40px 30px 10px;
  background-color: #c8c800;
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #inset #css
ADD COMMENT
Topic
Name
3+8 =