By editor, 24 November, 2016 HTML Unicode symbols (From U+2600) Tags Theming CSS HTML Unicode symbols From : 2000 To:2BFF 2010 ‐ ‑ ‒ – — ― ‖ ‗ ‘ ’ ‚ ‛ “ ” „ ‟ 2020 † ‡ • ‣ ․ ‥ … ‧ 2030 ‰ ‱ ′ ″ ‴ ‵ ‶ ‷ ‸ ‹ › ※ ‼ ‽ ‾ ‿ 2040 ⁀ ⁁ ⁂ ⁃ ⁄ ⁅ ⁆ 2050 ⁐ ⁑ ⁒ ⁓ ⁔ ⁕ ⁖ ⁗ ⁘ ⁙ ⁚ ⁛ ⁜ ⁝ ⁞ 2070 ⁰ ⁱ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹ ⁺ ⁻ ⁼ ⁽ ⁾ ⁿ
By editor, 22 November, 2016 Handle database schemas on Drupal 8 Tags Drupal 8 Code Database Get Database Schema $schema = \Drupal\Core\Database\Database::getConnection()->schema();
By editor, 15 November, 2016 Basic CSS Styling tips Tags Theming CSS Sizes : em and px By default on all browsers 1em is equal to 16px. In px sizes are fix and can't zoom in or out but with em, sizes are relative to the parent element. If you need to use zoom feature, use en intend of px. You can also use a mixin SCSS or LESS like
By editor, 12 November, 2016 Custom Content Entity Field types of drupal 8 Tags Drupal 8 Code Entity Database Entity Field types, Data types (BaseFieldDefinition::create types)