style.min.css

2.3 KB CSS
.unvisible{display:none !important}.no-selection{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;-o-user-select:none}body,html{background:#120E28;color:#fff;font-family:'Montserrat', sans-serif;height:100vh;min-width:10rem;padding:0;margin:0;overflow:hidden}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-transition:0.3s all;transition:0.3s all}.app{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:solid 1px rgba(255,255,255,0.1);background:rgba(255,255,255,0.1);-webkit-transition:0.3s all;transition:0.3s all;border-radius:2%;padding:1.5rem}.app:active{-webkit-transform:translateY(10px);transform:translateY(10px)}.app:hover{border:solid 1px rgba(255,255,255,0.2);background:rgba(255,255,255,0.2);cursor:pointer}.app__name{display:block;font-size:1.5rem;margin:1rem 0 0 0}.app__description{width:15rem;line-height:1.4rem;font-size:0.9rem;margin-bottom:0}.app__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:3.5rem;text-align:center;padding:1.5rem 1.8rem;background:#d2186f;border-radius:25%}.message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;content:"";border:solid 1px rgba(26,19,57,0.8);background:rgba(26,19,57,0.8);border-radius:1%;position:absolute;padding:10px;-webkit-transition:0.3s all;transition:0.3s all;top:-5rem;left:calc(50% - 8.3rem);width:15rem;height:50px;z-index:999}.message__text{padding:0 0.6rem;font-weight:700;font-size:0.7rem;text-transform:uppercase}.message__btn-close{cursor:pointer}.message__btn-close:active{color:rgba(255,255,255,0.1)}

О проекте

Описание

Генератор CSS кнопок с настраиваемыми стилями, тенями, границами и анимациями

Лицензия

GPL-3.0

Технологии

PHP JavaScript CSS HTML