Created
May 31, 2017 20:43
-
-
Save iamstarkov/59a88a7befa884f535fc4cac8816b8c2 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div { | |
margin: 30px auto; | |
width: 500px; | |
border: 1px solid green; | |
border-radius: 15px; | |
position: relative; | |
padding: 10px; | |
} | |
div::before { | |
content: ''; | |
position: absolute; | |
border: 1px solid #fff; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
margin: -1px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent et varius lorem. Vivamus erat massa, elementum id eros sit amet, maximus pharetra ligula. Curabitur varius faucibus ipsum, eu ullamcorper nibh rhoncus ac. Praesent vel erat quis mauris volutpat consectetur sed a eros. Vestibulum id laoreet leo, in iaculis urna. Fusce blandit eget elit eu accumsan. Morbi a finibus nibh. Phasellus mollis ipsum eu tincidunt mattis. In eu volutpat dui. Nullam euismod maximus lectus, ac aliquam mauris maximus auctor. Sed ac tempor ex. Integer et ornare nisl, id suscipit neque. Donec nec ipsum auctor, laoreet tortor id, tempor tortor. Aenean at orci porttitor, imperdiet lacus vitae, ullamcorper risus. Praesent interdum quis dui ac posuere. Quisque dignissim lorem vitae enim dignissim, a elementum sapien rutrum. | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment