Css3 beautification text box prompts download of special effect code, css3 special effect code
Css3 beautification text box prompts special effect code download
Original article: css3 beautification text box prompts special effect code download
Source code download: http://www.zuidaima.com/share/1550463334386688.htm
Source code:
How to beautify the word text box
You can use "set text box format" in the word to add lace to the text box. Under the "color and line" tab, set the line color option to "line with pattern ", in this project, select your favorite pattern, color, and width.
The code for changing the text box size is as follows:
CSS is simple.
<Style type = "text/css">
. B1
{
Height: 100px;
Width: 200px;
</Style>
<Input class = "b1" name = key value = "">
The height is the height in pixels.
Width is the width.
You can also use other parameters to define this input box to beautify it.