DopePope's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Under Construction Code No Images

<style>

    .blink {

      animation: blink 1s step-start infinite;

    }


    @keyframes blink {

      50% { opacity: 0; }

    }


    .warning {

      font-size: 50px;

      margin-bottom: 20px;

    }


    .message {

      font-size: 20px;

      border: 2px dashed yellow;

      display: inline-block;

      text-align: center;

      padding: 20px;

      margin-top: 20px;

    }

  </style>


<center>

  <div class="warning">⚠️</div>

  <div class="message blink">UNDER CONSTRUCTION</div>

</center>


------------- dont copy anything below this line -------------

what does this look like 

check my profile at the bottom of my general section 

Have any questions just ask 🙏 

If you use this please give KUDOS 

Thanks 😊 


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )