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
aaron
Подскажите, пожалуйста.
Вот эти две строчки:
background:-webkit-gradient(linear,left top,left bottom,from(#77c531),to(#4d722d));
background:-webkit-linear-gradient(left top, left bottom, #77c531, #4d722d);
В чем между ними разница?
И еще.
Между записями:
background:-webkit-gradient(linear,left top,left bottom,from(#77c531),to(#4d722d));
и
background-image:-webkit-gradient(linear,left top,left bottom,from(#77c531),to(#4d722d));
я так понимаю, разницы нет. Первая является более сокращенной записью второй. Верно?
Edited by aaronLink to comment
Share on other sites
1 answer 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.