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
ul, ol | |
{ | |
width: 200px; | |
list-style: none; | |
list-style-position: inside; | |
margin: 0; | |
padding: 0; | |
} |
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
<myparent> | |
<div>{ list[2] ? list[2].e : list[0].a }</div> | |
<mychild list={ list }></mychild> | |
this.list = [{ a: 'b' }, { c: 'd' }]; | |
</myparent> | |
<mychild> | |
// any HTML here | |
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
.h | |
{ | |
width: 200px; | |
height: 200px; | |
margin: 50px; | |
aborder: 1px solid rgba(0,0,0,0.1); | |
perspective: 800px; | |
} | |
.a, |
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
span | |
{ | |
background: red; | |
} | |
.b | |
{ | |
display: inline-block; | |
max-width: 100%; | |
overflow: auto; |
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
pre | |
{ | |
border: 1px solid red; | |
} | |
.i | |
{ | |
display: inline; | |
} |
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
/* input.css */ | |
.input | |
{ | |
backgound: #fff; | |
} | |
.input_size_xl.input_theme_green:after | |
{ | |
content: '><' | |
} |
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
.b-form-input_has-clear_yes .b-form-input__input::-ms-clear, | |
.spin{display:none} | |
.spin { color: red; } |
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
td:focus | |
{ | |
outline: 0; | |
border: 1px solid red; | |
} |
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
.dib | |
{ | |
display: inline-block; | |
background: gray; | |
} |
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
<a href="/#abc.def">sdc</a> |