Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css focus change color

<style>
.dabutton:focus {
    background-color:yellow;
}
</style>
<button class="dabutton"></button> // <-- usage
Comment

PREVIOUS NEXT
Code Example
Css :: css overflow-y 
Css :: how to stretch a font taller css 
Css :: border-color not working 
Css :: rotate box-shadow 
Css :: padding-block css 
Css :: fira code 
Css :: fixed within the div css 
Css :: text-indent 
Css :: css word break 
Css :: background color using css 
Css :: can we block onclick of button using css 
Css :: css font-variant 
Css :: linux copy directory permissions to another directory 
Css :: first-child 
Css :: hover li change a color 
Css :: webkit box shadow not working 
Css :: box-sizing border-box vs content-box css 
Css :: change order columns bootstrap 
Css :: button click css style 
Css :: border-style css 
Css :: flex wrap tailwind 
Css :: round corners of image css 
Css :: div center 
Css :: style input field css 
Css :: facebook box-shadow css 
Css :: css pass param to class 
Css :: two line ellipsed 
Css :: display flex align last item to left 
Css :: css target type 
Css :: css stop text wrapping 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =