bootstrap dropdown hover menu
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
| <canvas id="webgl" width="500" height="1758"></canvas> | |
| <script id="vertexShader" type="x-shader/x-vertex"> | |
| attribute vec4 a_position; | |
| uniform mat4 u_modelViewMatrix; | |
| uniform mat4 u_projectionMatrix; | |
| void main() { | |
| gl_Position = a_position; |
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
| https://codepen.io/vladimir-mesecha/details/mNmmxE |
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
| <!DOCTYPE html> | |
| <html lang="zxx"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>clearfix after</title> | |
| <style> | |
| html{height:100%;} | |
| body{ | |
| height: 100%; | |
| background-color: #fff; |
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
| Установка | |
| Ниже описан процесс установки для Google Chrome. | |
| 1. Для Sublime Text 3 установить Package Control. | |
| 2. В Sublime Text открыть Command Palette (Ctrl+Shift+P) и выбрать Package Control: Install Package. | |
| 3. В списке найти и установить расширение LiveStyle. |
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 { | |
| text-shadow: #7fdbff, #39cccc, #3d9970, | |
| #2ecc40, #01ff70, #ffdc00, | |
| #ff851b, #ff4136, #f012be, | |
| #b10dc9 | |
| } | |
| /* | |
| @font-face { | |
| font-family: "Montserrat Alternates"; |
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
| <!-- | |
| Блоки с классом layout-positioner добавлены в код. | |
| Это невидимые блоки-центровщики. | |
| Теперь хедер и футер могут тянуться на всю ширину окна, | |
| а их содержимое будет отцентровано с помощью добавленных блоков. | |
| --> | |
| <div class="header clearfix"> | |
| <div class="layout-positioner"> | |
| <!-- блоки колонок --> |
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
| <!--Распорка--> <!--Spacer, Strut, <!--after {Псевдо элемент}--> | |
| __________________ | |
| Распорка--> | |
| .Clearfix::after { | |
| content: ""; | |
| display: table; | |
| clear: both; | |
| } |
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 { | |
| margin: 0; | |
| padding: 0; | |
| font-family: "PT Sans", sans-serif; | |
| } | |
| .wrapper { | |
| width: 430px; | |
| margin: 0 auto; | |
| box-shadow: 0 0 2px #cccccc; |
NewerOlder