• It looks like I can set style.
    Try delete space in bracket and save

    < style>
    p{font-family:meiryo;
    }
    </ style>

  • CSS Post it efect

    CSSで付箋紙エフェクト

    Gingkoでポストイットを挿入

  • 背景を変える

    Change background

  • #CSSだけで実装可能!

    <style>
    .todo{
    font-family:meiryo;
    text-decoration:none;
    font-size:3em;
    line-height:1.15em;
    color:#000;
    background:#ffc;
    display:block;
    height:80%;
    width:80%;
    padding:1em;
    margin:auto;
    /*Firefox*/
    -moz-box-shadow:5px5px7pxrgba(33,33,33,1);
    /*Safari+Chrome*/
    -webkit-box-shadow:5px 5px 5px rgba(33,33,33,.7);
    /*Opera*/
    box-shadow:5px5px7pxrgba(33,33,33,.7);
    -webkit-transform:rotate(-6deg);
    -o-transform:rotate(-6deg);
    -moz-transform:rotate(-6deg);
    }
    </style>
  • <style>
    body { 
    
        background-image: url("http://basicbackground.com/wp-content/uploads/2014/09/background-pictures-1024x640.jpg");
        background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    }
    </style>
{"cards":[{"_id":"512097c81bf34a10a100006c","treeId":"512097b21bf34a10a100006a","seq":1786484,"position":1,"parentId":null,"content":"It looks like I can set style.\nTry delete space in bracket and save\n\n< style>\np{font-family:meiryo;\n}\n</ style>"},{"_id":"5131c813c7a5e2040b000152","treeId":"512097b21bf34a10a100006a","seq":1805155,"position":2,"parentId":null,"content":"# CSS Post it efect\n# CSSで付箋紙エフェクト\n\n<div class=\"todo\">Gingkoでポストイットを挿入</todo>\n\n<style>\n.todo{\nfont-family:meiryo;\ntext-decoration:none;\nfont-size:3em;\nline-height:1.15em;\ncolor:#000;\nbackground:#ffc;\ndisplay:block;\nheight:80%;\nwidth:80%;\npadding:1em;\nmargin:auto;\n/*Firefox*/\n-moz-box-shadow:5px5px7pxrgba(33,33,33,1);\n/*Safari+Chrome*/\n-webkit-box-shadow:5px 5px 5px rgba(33,33,33,.7);\n/*Opera*/\nbox-shadow:5px5px7pxrgba(33,33,33,.7);\n-webkit-transform:rotate(-6deg);\n-o-transform:rotate(-6deg);\n-moz-transform:rotate(-6deg);\n}\n</style>"},{"_id":"5132390f65d47f37700000b4","treeId":"512097b21bf34a10a100006a","seq":1797003,"position":1,"parentId":"5131c813c7a5e2040b000152","content":"#CSSだけで実装可能!\n```\n<style>\n.todo{\nfont-family:meiryo;\ntext-decoration:none;\nfont-size:3em;\nline-height:1.15em;\ncolor:#000;\nbackground:#ffc;\ndisplay:block;\nheight:80%;\nwidth:80%;\npadding:1em;\nmargin:auto;\n/*Firefox*/\n-moz-box-shadow:5px5px7pxrgba(33,33,33,1);\n/*Safari+Chrome*/\n-webkit-box-shadow:5px 5px 5px rgba(33,33,33,.7);\n/*Opera*/\nbox-shadow:5px5px7pxrgba(33,33,33,.7);\n-webkit-transform:rotate(-6deg);\n-o-transform:rotate(-6deg);\n-moz-transform:rotate(-6deg);\n}\n</style>\n```\n"},{"_id":"5140060ab2a7a9014400018a","treeId":"512097b21bf34a10a100006a","seq":6654153,"position":3,"parentId":null,"content":"# 背景を変える\n# Change background\n"},{"_id":"51404febb2a7a90144000193","treeId":"512097b21bf34a10a100006a","seq":1805158,"position":2,"parentId":"5140060ab2a7a9014400018a","content":"```\n<style>\nbody { \n\t\n\tbackground-image: url(\"http://basicbackground.com/wp-content/uploads/2014/09/background-pictures-1024x640.jpg\");\n\tbackground-repeat:no-repeat;\n-webkit-background-size:cover;\n-moz-background-size:cover;\n-o-background-size:cover;\nbackground-size:cover;\nbackground-position:center;\n}\n</style>```\n"}],"tree":{"_id":"512097b21bf34a10a100006a","name":"GIngko error, questions and hack","publicUrl":"gingko-error-questions-and-hack"}}