Jump to content
  • 0

Почему не применяется градиент?


Hasiev
 Share

Question

9 answers to this question

Recommended Posts

  • 0

Благодарю, долго мучался с этим, оставлял на потом, и вот накипело ))

@npofopr, а можно так писать? : 

 

html,
body {
	width: 100%;
	height: 100%;
	background: radial-gradient(red, green) ;
}

 

Edited by Hasiev
Link to comment
Share on other sites

  • 0

Hasiev - Градиенты пишутся вот так: а ещё правильней использовать less с набором собственных миксинов.

background-color:#55ddff;
background-image:-webkit-linear-gradient(top, #55ddff, #0081b5);
background-image:-moz-linear-gradient(top, #55ddff, #0081b5);
background-image:-o-linear-gradient(top, #55ddff, #0081b5);
background-image:linear-gradient(to bottom, #55ddff, #0081b5);

Нужна будет помощь в наставлениях пиши...

Link to comment
Share on other sites

  • 0
4 минуты назад, flarian сказал:

background-image:-moz-linear-gradient(top, #55ddff, #0081b5);
background-image:-o-linear-gradient(top, #55ddff, #0081b5);

Зачем??? В преддверии 2017-го года-то?..

И вопрос вроде был про радиальный градиент, а не про линейный.

Link to comment
Share on other sites

  • 0

SelenIT - сори не заметил про радиальный, о том в чём нету смысла в 2016 я промолчу...

npofopr - самоуверенно!

html, body{
	width: 100%;
	height: 100%;
	background: radial-gradient(#55ddff, #0081b5) ;
}

 

Edited by flarian
Link to comment
Share on other sites

  • 0
2 минуты назад, flarian сказал:

SelenIT - сори не заметил про радиальный, о том в чём нету смысла в 2016 я промолчу...

npofopr - самоуверенно!


html, body{
	width: 100%;
	height: 100%;
	background: radial-gradient(#55ddff, #0081b5) ;
}

 

а зачем градиент и для html и для body? :)

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy