Search
 
SCRIPT & CODE EXAMPLE
 

CSS

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>
Comment

PREVIOUS NEXT
Code Example
Css :: Woocommerce product title + price over image (overlay) 
Css :: hide scrolbar 
Css :: css remove button outline 
Css :: cheat codes for hmtl and css 
Css :: css animation click 
Css :: css space inter words 
Css :: make all elements in a div share same css 
Css :: box-shadow um ganzen div 
Css :: css os dependent font family 
Css :: css background image is not show change default picture 
Css :: css function to add and subtract 
Css :: 0 
Css :: how to debug datatables 
Css :: how to scroll only in one direction in css 
Css :: showing danger message in red in terminal bash 
Css :: More examples and patterns in scrapy 
Css :: outting a border on a map css 
Css :: skip main content - keyboard accessible buttons on navbar - css 
Css :: Définir le nombre minimum de mots sur les publications WordPress 
Css :: css widows 
Css :: how do I make secret keys available in gatsby-config from Netlify 
Css :: css validation 
Css :: linux remove latst 3 files 
Css :: center content in div 
Css :: style50 for cs50 
Css :: The CSS to make all the columns equal in width is as follows 
Css :: clara tyner 
Css :: IE support stackover flow css 
Css :: how to write css 
Css :: centralize image css 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =