css border
CSS
.bordersA {
/* Singe rule. Adds a 1px black solid border */
border: 1px solid #000000;
}
/* Multi rule for better width control */
.bordersB {
border-color: #000000;
border-style: solid;
/* TOP & BOTTOM: 5px, LEFT & RIGHT: 20px */
border-width: 5px 20px;
/* OR - TOP: 5px, RIGHT: 20px, BOTTOM: 10px, LEFT: 15px */
border-width: 5px 20px 10px 15px;
}
/* Specific rules for even further width, style & color control */
.borderTopWarning {
/* Replace `top` with `right`, `bottom` or `left` */
border-top-color: #b52e2e;
border-top-style: dashed;
border-top-width: 3px;
}h1 {
border: 5px solid red;
}border-style: /*Style Prefered*/;
/*Styles can be:
dotted
dashed
solid
double
groove
ridge
inset
outset
nonce
hidden
*/div {
border-style: dotted;
}p.dotted {border-style: dotted;}
p.dashed
{border-style: dashed;}
p.solid {border-style: solid;}
p.double
{border-style: double;}
p.groove {border-style: groove;}
p.ridge
{border-style: ridge;}
p.inset {border-style: inset;}
p.outset
{border-style: outset;}
p.none {border-style: none;}
p.hidden {border-style: hidden;}
p.mix {border-style: dotted dashed solid double;}
Also in CSS:
- Title
- how to stick a text to a div in css
- Category
- CSS
- Title
- how to make round progress bar in css
- Category
- CSS
- Title
- how to link your css file to html
- Category
- CSS
- Title
- edge media query
- Category
- CSS
- Title
- how to write css for input type text
- Category
- CSS
- Title
- random color generator css,javascript,html
- Category
- CSS
- Title
- flexbox
- Category
- CSS
- Title
- how to use a blank space with grid template areas css
- Category
- CSS
- Title
- change color of css in js
- Category
- CSS
- Title
- change css to scss angular
- Category
- CSS
- Title
- svg tailwind
- Category
- CSS
- Title
- scss variables
- Category
- CSS
- Title
- multilayer shadow in css
- Category
- CSS
- Title
- hegith specific css in media query
- Category
- CSS
- Title
- difference between :after and ::after
- Category
- CSS
- Title
- rotate image horizontally css
- Category
- CSS
- Title
- css how to stop screen from left and right
- Category
- CSS
- Title
- html list items horizontally with flexbox
- Category
- CSS
- Title
- how to remove bevel effect from button css
- Category
- CSS
- Title
- javascript remoev css class
- Category
- CSS
- Title
- css keep background image from scrolling
- Category
- CSS
- Title
- how to change height font css
- Category
- CSS
- Title
- css disable user interaction
- Category
- CSS
- Title
- css vs scss
- Category
- CSS
- Title
- css utf8
- Category
- CSS
- Title
- css first element
- Category
- CSS
- Title
- css text line in middle
- Category
- CSS
- Title
- background image in css is not working
- Category
- CSS
- Title
- change select arrow css
- Category
- CSS
- Title
- col-xs-12 col-sm-4 col-md-4 col-lg-4
- Category
- CSS
- Title
- how to apply a transition to a child element when hovering over parent element
- Category
- CSS
- Title
- link css with html
- Category
- CSS
- Title
- display flex css
- Category
- CSS
- Title
- darken image css
- Category
- CSS
- Title
- css color underline
- Category
- CSS
- Title
- hide the default tooltip behaviour from safari
- Category
- CSS
- Title
- input type file css
- Category
- CSS
- Title
- text border css
- Category
- CSS
- Title
- js ransform css
- Category
- CSS
- Title
- bootstrap
- Category
- CSS
- Title
- uibutton image
- Category
- CSS
- Title
- css display property
- Category
- CSS
- Title
- css play button on image
- Category
- CSS
- Title
- css floaat
- Category
- CSS
- Title
- how to add 2 text shadows
- Category
- CSS
- Title
- css button style rectangle
- Category
- CSS
- Title
- pure css heart
- Category
- CSS
- Title
- css change background color of page
- Category
- CSS
- Title
- hide horizontal scrollbar css
- Category
- CSS
- Title
- css change font awesome icon color
- Category
- CSS
- Title
- how to center placeholdr text
- Category
- CSS
- Title
- how to only make a part bold in css
- Category
- CSS
- Title
- font weight css
- Category
- CSS
- Title
- how to center a div vertically and horizontally
- Category
- CSS
- Title
- textview android text align center
- Category
- CSS
- Title
- css first h element
- Category
- CSS
- Title
- move bullets in css
- Category
- CSS
- Title
- css hover
- Category
- CSS
- Title
- css rotate animation
- Category
- CSS
- Title
- best css framework 2020
- Category
- CSS
- Title
- ::-ms-clear
- Category
- CSS
- Title
- flexbox css
- Category
- CSS
- Title
- full page background image
- Category
- CSS
- Title
- css style scrollbar
- Category
- CSS
- Title
- css vertical align
- Category
- CSS
- Title
- gradients w3
- Category
- CSS
- Title
- javascript alternative to jquery css
- Category
- CSS
- Title
- css bold text
- Category
- CSS
- Title
- make div the size of the text inside
- Category
- CSS
- Title
- css system default font
- Category
- CSS
- Title
- flex wrap css
- Category
- CSS
- Title
- background color
- Category
- CSS
- Title
- grid-template-areas css
- Category
- CSS
- Title
- text align css
- Category
- CSS
- Title
- increase space between border dots css
- Category
- CSS
- Title
- link css with path
- Category
- CSS
- Title
- add background image css
- Category
- CSS
- Title
- scroll snap css
- Category
- CSS
- Title
- amazon type search box html css
- Category
- CSS
- Title
- inline style css syntax
- Category
- CSS
- Title
- css padding attribute order
- Category
- CSS
- Title
- css animation library
- Category
- CSS
- Title
- css background image responsive
- Category
- CSS
- Title
- count no. of ways to partition in k subsets
- Category
- CSS
- Title
- link para inserir css
- Category
- CSS
- Title
- remove list bullet css
- Category
- CSS
- Title
- css grid center elements inside div
- Category
- CSS
- Title
- remove background when autofill input css
- Category
- CSS
- Title
- how to change hyperlink color in css
- Category
- CSS
- Title
- how to link css to html
- Category
- CSS
- Title
- how to change the bullet points in css
- Category
- CSS
- Title
- ombre color div
- Category
- CSS
- Title
- remove arrows from input type number
- Category
- CSS
- Title
- css font-size
- Category
- CSS
- Title
- css font style
- Category
- CSS
- Title
- hidden vs visible
- Category
- CSS
- Title
- font family css list
- Category
- CSS
- Title
- hover transition css
- Category
- CSS
- Title
- selecting last child css
- Category
- CSS
- Title
- keep aspect ratio of image css
- Category
- CSS