.op1 { // opacity: 1 !important; // transition: opacity 2s; animation: op 1s linear; } @keyframes op { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes op { 0% { opacity: 0; } 100% { opacity: 1; } } #home { overflow: hidden; overflow-y: auto; max-width: 500px; margin: auto; .top { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; // background: linear-gradient(to bottom right, #c714ff, #003bc1); background: linear-gradient(to bottom right, #ff8014, #cd6800); .logo { height: 34px; margin-right: 20px; border-radius: 100%; } span { font-size: 18px; } } #app { position: relative; .items { position: relative; // margin: auto; // display: flex; padding: 2%; .title-cont { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50px; line-height: 80px; font-size: 30px; font-family: "Lato", sans-serif; font-weight: 300; color: #393939; img { width: 16px; margin-right: 10px; } span { } .cats-title { } } .inner { zoom: 1; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; // padding-top: 50px; &::after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } li { // width: 30%; background: #d3d3d3; margin: 0.75rem 0.6rem 0rem auto; width: 7.9rem; height: 7.9rem; float: left; position: relative; display: block; img { width: 100%; height: 100%; } p { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.4); padding: 1px 2px; white-space: nowrap; font-weight: 300; padding-left: 5px; line-height: 22px; } } .li3 { width: 16.5rem; height: 16.5rem; p { background: #ff8014; font-size: 20px; line-height: 50px; color: #fff; } } } } } .about { background: #fff3d7; color: #ff8014; padding: 20px 20px 30px; margin: 20px 4%; border-radius: 6px; .dia { display: flex; align-items: center; justify-content: space-evenly; font-size: 18px; font-weight: 600; padding-bottom: 10px; } .contact { li { line-height: 30px; font-size: 12px; text-align: center; } } } } body { overflow: hidden; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); } html, body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; width: 100%; height: 100%; font-size: 14px; color: #ebebeb; background-image: #fff; } html, body, p, ul { margin: 0; padding: 0; } i { font-style: normal; } ol, ul { margin: 0; padding: 0; list-style: none; } li { display: list-item; text-align: -webkit-match-parent; unicode-bidi: isolate; } ::-webkit-scrollbar { width: 0; background: transparent; } .googleads { width: 100%; min-width: 200px; max-width: 500px; min-height: 100px; position: absolute; z-index: -1; bottom: 0; left: -999999px; } .adsbygoogle{ min-width: 200px; min-height: 100px;} .ad { width: 100%; min-width: 200px; max-width: 500px; min-height: 100px; }