Html Checkbox Size Code Example


Example 1: css resize checkbox


input[type=checkbox] {
transform: scale(1.5);
}

Example 2: update checkbox size css


input./*checkbox class name*/ {
width: /*preferred width*/;
height: /*preferred height*/;
}

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy