Adsense
Popular Posts
- Install APXS in Redhat Linux
- MySQL workbench -"Could not decrypt password cache"
- Transfer modules between sites
- JavaScript, remove trailing insignificant zeros after toFixed function
- Set Windows path command line
- datatable order by nunmeric
- MySQL date created and date modified
- super(props) in React
- PHP, dump varailbes in a format way
- React: connect(mapStateToProps, mapDispatchToProps)
Friday, June 26, 2015
CSS. draw a line in a box
This is the style to draw a line in left side a box:
1) Using box shadow:
box-shadow: inset -10px 0 5px -5px hsla(0,100%,50%,0.5);
2) Set a style in left side of the box:
border-left-width: 5px;
border-left-style: solid;
border-left-color: #B27F4C;
Labels:
css
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment