Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 717 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 717 Bytes

< noscript > Tag Styled field

Design for styled noscript field

<noscript>
    <p style="
        text-align: center;
        background-color: black;
        color: white;
        font-family: sans-serif;
        padding: 40px;
        margin: auto;
        margin-top: 10%;
        line-height: 1.4;
        width: 50%;
        border: 10px solid red;
    ">
        <span style="font-size: 70px">🤖</span><br />
        <strong>
            You need to enable Javascript to use this website</strong><br />
            <a 
            href="https://www.enable-javascript.com/" target="_blank" style="color: white;">
                Click here for instructions
            </a>
    </p>
</noscript>