Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css border different sides

/*className     property     values: width style color*/
.rightBorder  { border-right: 1px solid black }

.leftBorder   { border-left: 2px dashed red }

.topBorder    { border-top: 3px dotted blue }

.bottomBorder { border-bottom: 4px double yellow }
Comment

CSS Border Sides

p {
  border-top-style: dotted;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-left-style: solid;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css display contents 
Css :: css good border radius 
Css :: how change the text position 
Css :: animation in css 
Css :: circle progress bar css 
Css :: bulma lowercase 
Css :: margin 
Css :: mini.css 
Css :: @page css 
Css :: accent-color 
Css :: auto enable background graphics print settings 
Css :: media query not working with rem 
Css :: htacess mono-site 
Css :: css registry component 
Css :: media queries css and logic 
Css :: css remove button outline 
Css :: qa vs q! 
Css :: onfocusout css 
Css :: Réglage de constantes PHP 
Css :: list-style-type flex 
Css :: enable gutenberg for post 
Css :: showing danger message in red in terminal bash 
Css :: Getting strated with boostrap css for html and Reacr framework 
Css :: Apply "small-caps" to an element 
Css :: background css hachures 
Css :: AITpro maintenance mode CSS 
Css :: textxarea noresize 
Css :: scrollbar width css 
Css :: toolbar size 
Css :: slect all li that not have ul 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =