Search
 
SCRIPT & CODE EXAMPLE
 

CSS

input text field with only bottom border

input {
  outline: 0;
  border-width: 0 0 2px;
  border-color: blue
}
input:focus {
  border-color: green
}
Comment

show only bottom border of input

<input type="text"
className={`w-10 text-center border-0 paragraph-9 text-shadow text-2xl h-7 border-b-4 outline-0 bg-transparent border-secondary `}
/>
border-0 outline-0 border-b-4 bg-transparent.
Comment

PREVIOUS NEXT
Code Example
Css :: swiper slider autoplay 
Css :: transition all ease 0.3s 
Css :: use font awesome as content in css 
Css :: html center div in middle of page 
Css :: how to cover full image in css 
Css :: sass compressed style 
Css :: how to make horizontal rule dotted 
Css :: edge media query 
Css :: css input spaces between 
Css :: remove arrow summary tag css 
Css :: css start animation on hover 
Css :: hide scrollbar but still scroll 
Css :: invisible button css 
Css :: customize highlight color website 
Css :: css center text in div 
Css :: css shadow 
Css :: christmas red color code 
Css :: how to center div in css 
Css :: responsive media qurries 
Css :: schatten css 
Css :: mat-progress-bar style without app-theme 
Css :: responsive font size 
Css :: css select every other element 
Css :: underlined style for a link 
Css :: css table borders 
Css :: what is the username password for ftp lampp 
Css :: how to serve css in golang 
Css :: how to css with data arrtibute 
Css :: import image css 
Css :: hover effect on sibling element tailwind 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =