Skip to content

LB123658/Boost-HTML-Editor

Repository files navigation

Boost HTML Editor

Edit HTML and create websites. Now with CSS library

Boost HTML Editor supports:

  • HTML
  • SVG
  • CSS
  • JavaScript (only if it is on another page)

CSS Library

Built in CSS that makes Boost HTML Editor even easier.

  • How to use: <link rel="stylesheet" type="text/css" href="https://lb123658.github.io/Boost-HTML-Editor/library.css" />

    Use the code above in the <head> section to use the CSS library.
    Add a specific class to the buttons you want to style to access library.
  • Classes
    class="red-default"
    class="green-default"
    class="blue-default"
    class="black-default"
    class="orange-default"
    class="purple-default"

    class="red-contrast"
    class="green-contrast"
    class="blue-contrast"
    class="black-contrast"
    class="orange-contrast"
    class="purple-contrast"

    class="red-social"
    class="green-social"
    class="blue-social"
    class="black-social"
    class="orange-social"
    class="purple-social"

    class="red-old"
    class="green-old"
    class="blue-old"
    class="black-old"
    class="orange-old"
    class="purple-old"

See css library code