width:auto; height:auto; z-index:1; transition:transform 0.2s ease; } /* TEXT */ .text{ position:absolute; top:5%; width:100%; text-align:center; font-size:40px; color:red; text-shadow:0 0 10px red; z-index:2; } /* BUTTON */ .btn{ position:absolute; bottom:80px; left:50%; transform:translateX(-50%); padding:15px 40px; font-size:20px; display:none; cursor:pointer; z-index:2; } /* FLASH */ .flash{ position:fixed; width:100%; height:100%; background:white; opacity:0; transition:opacity 0.1s; z-index:3; }
/* BUTTON */ .btn{ position:absolute; bottom:80px; left:50%; transform:translateX(-50%); padding:15px 40px; font-size:20px; display:none; cursor:pointer; } /* FLASH EFFECT */ .flash{ position:fixed; width:100%; height:100%; background:white; opacity:0; transition:opacity 0.1s; }