Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css

div {
  margin: auto;
  background-color: #eee;
  padding: 32px;
  width: 400px;
  position: relative;
}

div::first-letter {
  position: absolute;
  background-color: red;
  color: white;
}
Source by www.jqueryscript.net #
 
PREVIOUS NEXT
Tagged: #css
ADD COMMENT
Topic
Name
5+4 =