Search
 
SCRIPT & CODE EXAMPLE
 

CSS

input default css properties

input[type="text"]:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border:1px solid #5AB0DB;
}
input[type="text"]:focus:hover {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border:1px solid #5AB0DB;
    border-radius:0;
}
Comment

PREVIOUS NEXT
Code Example
Css :: background image opacity css 
Css :: css all clases which start with col- 
Css :: css cell spacing 
Css :: input type file placeholder 
Css :: keyframe 
Css :: css background overlay 
Css :: media min height css 
Css :: border radius color 
Css :: shrink div to fit content 
Css :: overflow-y scroll not working in chrome 
Css :: css table size 
Css :: rotate animation css 
Css :: css image transparency 
Css :: change font size in textarea html 
Css :: css code for green 
Css :: how to make fixed position responsive 
Css :: transition 
Css :: why margin is not working on label css 
Css :: font-family css 
Css :: scss maps´ 
Css :: cool css fonts 
Css :: what is descendant selector 
Css :: bootstrap class="mb-3" 
Css :: difference between pseudo elements and pseudo classes 
Css :: CSS logo left and navigation right 
Css :: tailwind css absolute pin 
Css :: .txt:hover { text-decoration: underline; } 
Css :: materializecss 
Css :: media queries iphone 11 
Css :: input css for disabled state 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =