StackEdit custom css for Blogger

  • StackEdit already has a beautiful css formatting for html export, which can be used to publish to blogger but with few exceptions

    • max-width set to only 750px and inline padding of 30px – this affect if the html is placed within another div (as blogger does for “content”)
  • To override this, I add the following line into div stackedit__html

    • style="max-width: 100%; padding-left: 10px; padding-right: 10px;">
    • resulting in the following
        <div class="stackedit__html" style="max-width: 100%; padding-left: 10px; padding-right: 10px;">
            }
        </div>
      

Metadata

  • topic:: 00 Coding00 Coding
    #MOC / for programming language, coding guide and libraries focusing on data analytics and html/css
    • related:: css snippets Private or Broken Links
      The page you're looking for is either not available or private!
  • updated:: 2022-07-02 Private or Broken Links
    The page you're looking for is either not available or private!
  • reviewed:: 2022-07-02 Private or Broken Links
    The page you're looking for is either not available or private!
  • #FleetingNote #toexpand
    • Add outliner snippet i just did for blogger