#Pro-Base { position:fixed;top:-200px;left:10px;height:120px;width:90px;z-index:999999;display:flex;justify-content:center;animation:slideDown 0.5s ease-out forwards;margin:0 !important;} @keyframes slideDown { to { top:0;} } #base{ height:80px;width:70px;background-color:#1c732c;position:relative;display:flex;box-shadow:1px 1px 02px gray;flex-direction:column;justify-content:center;align-items:center;} #base p{ color:white;margin:0;padding:0;font-size:x-small;} #base img{ height:60px;width:auto;} #base::after { content:'';position:absolute;bottom:-25px;left:0;width:0;height:0;border-left:35px solid transparent;border-right:35px solid transparent;border-top:25px solid #1c732c;}