Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css focus border radius

element:focus{border-radius:25px;}
Comment

css input border radius focus

/* the outline is square on focus to change do this*/
.my_input {
  border: 1px solid blue;
  border-radius:3px;
}
.my_input:focus {
  outline: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: angular ng-deep 
Css :: transition css 
Css :: float center tailwind 
Css :: hide page scrollbar css 
Css :: css animation linear 
Css :: css good border color 
Css :: remove contact form 7 css 
Css :: ios safe area 
Css :: css children selector 
Css :: background image opacity css 
Css :: cursor not pointer 
Css :: maximum length for input box 
Css :: stop anchor tag scroll to top of page 
Css :: text change animation css 
Css :: margin auto not centering 
Css :: mysql_config not found 
Css :: change text color li css 
Css :: tile format css 
Css :: custom scroll bar css 
Css :: transition 
Css :: brightness css 
Css :: css remove 
Css :: display flex css compatibility 
Css :: css minmax 
Css :: border-style css 
Css :: how to change logo size in wordpress 
Css :: gradient btn 
Css :: move element on new line css 
Css :: text-transform:capitalize; not workig 
Css :: sass loader 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =