Проблема с отображением текста в модулях на веб странице. Все работает на всех компъютерах кроме Apple IPhone. Текст в картинках, в нижней части страницы не отображется. Как исправитъ код?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
mrwad
Всем привет!
Проблема с отображением текста в модулях на веб странице. Все работает на всех компъютерах кроме Apple IPhone. Текст в картинках, в нижней части страницы не отображется. Как исправитъ код?
.hover03 { height: 100%; width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .hover03:hover { transform: scale(1.2); transform-origin: center; } .hover02 .sppb-cta-title{ color: transparent !important; } .hover03:hover .sppb-cta-title{ color: #ffffff !important; animation:fadeIn ease-in 1; animation-fill-mode:forwards; animation-duration:1s; background-color: rgba(0, 0, 0, 0.5); } .hover02 .sppb-btn-default{ color: transparent !important; background-color: transparent !important; border: transparent !important; font-size: 14px !important; } .hover03:hover .sppb-btn-default{ color: #fff !important; background-color: #620376 !important; opacity:0; animation:fadeIn ease-in 1; animation-fill-mode:forwards; animation-duration:1s; font-size: 14px !important; } .hover03:hover .sppb-btn-default:hover{ color: #fff !important; background-color: #D46B0A !important; font-size: 14x !important; }
www.e c o n e t g r o u p.fi
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.