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
| .container { | |
| width: 300px; | |
| } | |
| .menu { | |
| display: inline-block; | |
| width: 10px; | |
| } | |
| .body { |
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
| body { | |
| font: 14px Helvetica, sans-serif; | |
| } | |
| input | |
| { | |
| display: none; | |
| } | |
| label { |
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
| /* | |
| — Первый параграф в article | |
| выделить бОльшим кеглем | |
| — последний цветом #999 | |
| */ | |
| article p:first-of-type { | |
| font-size: 120%; | |
| } |
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
| table, | |
| td | |
| { | |
| border-collapse: collapse; | |
| } | |
| td { | |
| border-bottom: 1px solid #ccc; | |
| padding: 5px 10px; | |
| } |
NewerOlder