Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css add required asterisk after

<label class="required">Name:</label>
<input type="text">

<style>
  .required:after {
    content:" *";
    color: red;
  }
</style>
Comment

PREVIOUS NEXT
Code Example
Css :: print media css 
Css :: vertical-align table row 
Css :: media screen tablet 
Css :: scss transition 
Css :: centred div 
Css :: how to make background more darker with css 
Css :: css remove scrollbars 
Css :: how to center a div vertically and horizontally 
Css :: change height of range slider html 
Css :: how to define max number of character for a paragraph css 
Css :: add border to table css 
Css :: hide scroll bar 
Css :: what is the username password for ftp lampp 
Css :: white rgb color 
Css :: Conditionally loading resources with media queries 
Css :: disable cursor css 
Css :: bootstrap scrollable modal 
Css :: cs and cd in jfet 
Css :: html css hide details arrow 
Css :: how to align items in css 
Css :: css grid auto resize on mobile 
Css :: roboto google apis 
Css :: how to scale down background image in css 
Css :: input placeholder css 
Css :: comments in css 
Css :: how to add fade-in with page transition 
Css :: css bg code 
Css :: background image css stack overflow 
Css :: transform scale 
Css :: remove border svg 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =