×
Create a new article
Write your page title here:
We currently have 30 articles on Hallmark SMP Wiki. Type your article name above or click on one of the titles below and start writing!



    Hallmark SMP Wiki

    MediaWiki:Common.css: Difference between revisions

    Created page with "div.mainbtn { padding: 10px; border: 1px solid black; }"
     
    No edit summary
    Line 1: Line 1:
    div.mainbtn {
    div.mainbtn {
      padding: 10px;
        padding: 20px;
      border: 1px solid black;
        border: 1px solid #cfcfcf;
        border-radius: 20px;
        margin: 20px;
        width: 500px;
        height: 100px;
        transition: 0.2s ease;
    }
     
    div.mainbtn:hover {
        scale: 1.03;
    }
     
    p.sub {
        color: #1c1c1c;
        font-size: 10px;
    }
    }

    Revision as of 20:06, 23 July 2025

    div.mainbtn {
        padding: 20px;
        border: 1px solid #cfcfcf;
        border-radius: 20px;
        margin: 20px;
        width: 500px;
        height: 100px;
        transition: 0.2s ease;
    }
    
    div.mainbtn:hover {
        scale: 1.03;
    }
    
    p.sub {
        color: #1c1c1c;
        font-size: 10px;
    }