Search
 
SCRIPT & CODE EXAMPLE
 

CSS

border color css

border: 1px solid #000000;
Comment

border color css

border: 1px;
border-color: #3581fc;
Comment

CSS Border Color

p.one {
  border-style: solid;
  border-color: red;
}

p.two {
  border-style: solid;
  border-color: green;
}

p.three {
  border-style: dotted;
  border-color: blue;
}
Comment

border color css

p {
  border-style: solid;
  border-color: red;
  border-width: 5px;
}
/* You can also write above code in one line   */
p {
  border: 5px solid red;
}
Comment

PREVIOUS NEXT
Code Example
Css :: update arch linux 
Css :: change bot page background top.gg 
Css :: background color for whole page css 
Css :: elementor custom css for mobile 
Css :: css parallelogram 
Css :: position sticky css 
Css :: How to remove horizontal scrollbar and yet allow vertical 
Css :: table td data in middle 
Css :: add shadowto container 
Css :: all ipad Resolutio css 
Css :: curved lines css 
Css :: html watermark background 
Css :: css rotate 3d 
Css :: change bot description background top.gg 
Css :: opacity color 
Css :: css put span on new line 
Css :: convert image in rounshape in css 
Css :: css animation-iteration-count 
Css :: scroll bar on border radius element css 
Css :: fill background color left to right css 
Css :: move to last commit 
Css :: tabla responsive css 
Css :: css text 
Css :: terraform rds 
Css :: how to put a black overlay on a photo css 
Css :: icon rounded corners css 
Css :: bootstrap create full screen background image 
Css :: how to add a linear gradient in css 
Css :: css align backround image to the right 
Css :: css align center 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =