justi_c Posted September 24, 2014 Share Posted September 24, 2014 (edited) witam, czy ktoś się orientuje, dlaczego nie działa parametr no-repeat;, wpisany przy tle strony w pliku global.css. body { margin: 0; background: url('../img/rainbow4.jpg')!important; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } Mimo wpisania tego parametru, tło się powtarza. Z góry dziękuję za odpowiedź. Justi Edited September 24, 2014 by justi_c (see edit history) Link to comment Share on other sites More sharing options...
0 Piotr Kaczor Posted September 24, 2014 Share Posted September 24, 2014 Cześć. Spróbuj: background: url('../img/balloon3.jpg') no-repeat !important; Link to comment Share on other sites More sharing options...
0 justi_c Posted September 24, 2014 Author Share Posted September 24, 2014 Super, dzięki - pomogło Cześć. Spróbuj: background: url('../img/balloon3.jpg') no-repeat !important; Link to comment Share on other sites More sharing options...
Question
justi_c
witam,
czy ktoś się orientuje, dlaczego nie działa parametr no-repeat;, wpisany przy tle strony w pliku global.css.
body {
margin: 0;
background: url('../img/rainbow4.jpg')!important;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
Mimo wpisania tego parametru, tło się powtarza.
Z góry dziękuję za odpowiedź.
Justi
Edited by justi_c (see edit history)Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now