Horje
css offset border Code Example
css offset border
* {
  box-sizing: border-box;
}

.container {
  height: 200px;
  width: 200px;
  position: relative;
  background-color: red;
  margin: 20px;
}

.inner {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid black;
  top: -10px;
  left: -10px;
  z-index: 10;
}




Css

Related
how to decurate react router link css Code Example how to decurate react router link css Code Example
how to remove the body margin from navbar in css Code Example how to remove the body margin from navbar in css Code Example
set an image half its original size css Code Example set an image half its original size css Code Example
fabric bring to front element top Code Example fabric bring to front element top Code Example
cs cirlce Code Example cs cirlce Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12