Horje
grippy css Code Example
grippy css
div {
  border:dashed 1px #aaaaaa;
  padding: 6px 12px;
  font-size: 1.2em;
}
span.grippy {
  content: '....';
  width: 10px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  line-height: 5px;
  padding: 3px 4px;
  cursor: move;
  vertical-align: middle;
  margin-top: -.7em;
  margin-right: .3em;
  font-size: 12px;
  font-family: sans-serif;
  letter-spacing: 2px;
  color: #cccccc;
  text-shadow: 1px 0 1px black;
}
span.grippy::after {
  content: '.. .. .. ..';
}


<div>
  <span class="grippy"></span> Drag grip is on the left
</div>
Source: codepen.io




Css

Related
crop image instead of resize css Code Example crop image instead of resize css Code Example
rosa Code Example rosa Code Example
how long ago was 1993 years Code Example how long ago was 1993 years Code Example
div with no content have a width/height Code Example div with no content have a width/height Code Example
Vuetify v-data-table custom row hover background color (Light Theme) Code Example Vuetify v-data-table custom row hover background color (Light Theme) Code Example

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