.double-border {
display: block;
clear: both;
background: red;
border: 5px solid yellow;
outline: 5px solid blue;
transition: 0.7s all ease-in;
height: 50px;
width: 50px;
}
.double-border:hover {
background: yellow;
outline-color: red;
border-color: blue;
}
<div class="double-border"></div>
.double-border{
border: double;
}
Code Example |
---|
Css :: make table resopnsive for mobile |
Css :: make the first item at the very top of the screen |
Css :: box sizing ftw |
Css :: css font-size |
Css :: overflow-x hidden not working |
Css :: closing modal on iframe movies still running |
Css :: how create checkbox ui like disabled checkbox using css |
Css :: define element opacity css |
Css :: background linear gradient opacity css |
Css :: adding a background color in css |
Css :: css background text clip |
Css :: wpforms submit button css |
Css :: css code examples |
Css :: list in html css |
Css :: mb in bootstrap |
Css :: min css |
Css :: option tag center |
Css :: add css variables without global |
Css :: variables in sass |
Css :: .row bootstrap |
Css :: subtract height css |
Css :: cs cirlce |
Css :: remove background from image |
Css :: css focus |
Css :: media queries and or conditions |
Css :: box sizing border box |
Css :: override vuetify container width |
Css :: background css image |
Css :: scrollbar |
Css :: Giving body maximum width in css |