Questions tagged as 'background'

3
answers

How to Rotate an Image in the Background?

How I am uploading to the Image in sequence: I want to make this globe do a rotation, it is a perfect circle representing a world globe. Once you figure out how to do the background rotation with CSS or not. I'll make an effect that it wil...
asked by 14.10.2014 / 13:27
2
answers

How do I set an image in the background of the page?

I'm trying to run my project with a background image as follows: The image is in the path: webapp / resources / libimagens / bg.png The CSS file is in the path: webapp / resources / libcss / style.css Within the body{} tag...
asked by 02.10.2015 / 06:01
2
answers

Background does not work

I'm trying to apply the CSS below in a div to use a background, but it does not appear at all. HTML <div class="row background-1"> <div class="col col-2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusc...
asked by 02.01.2017 / 00:28
1
answer

CSS wallpaper

I have this code, and I do not understand why it does not work, what I wanted was to have two backgrounds one in the top center another bottom center. but it only works down and that's not supposed to be down. Any suggestion? Thanks body { m...
asked by 26.03.2014 / 16:37
1
answer

Fixed background, no resize when keyboard is activated

I have the following color layout, set to background of LinearLayout : background.xml <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangl...
asked by 07.02.2018 / 12:43
1
answer

cover background by the Y axis

I wanted to know if there is any way for the background-image image to use the background-size:cover; property following the vertical axis. .i-church{ background-image: url(../../img/icones/Church.png); background-size: cover;...
asked by 29.09.2016 / 16:41
2
answers

Problem putting a background image in only one view

I have a small system in Angular where I have a login screen: But when I try to put a background image the result is not as expected: I'mdoingthefollowing:<divclass="background"> ../Código da página </div> CSS: .background{...
asked by 13.10.2015 / 14:32
1
answer

How to make a footer (footer) get fixed after the Parallax effect?

I have this image and would like to have an effect equal to option 3 (three) of that image, it follows: DETAIL: could be option 2 (two) only I do not want the footer to go to the area of the screen regardless of whether the content is s...
asked by 15.05.2018 / 13:33
2
answers

How to make a background image fill the entire screen without losing image resolution

I have a part on my site where I need to put a background image occupying the entire screen, both width and height. I was able to do this with css. .intro { display: table; width: 100%; height: 100%; padding: 100px 0; text-align: cen...
asked by 09.02.2017 / 18:14
3
answers

Background Reponsivo

I'm not sure how to make the background to stay responsive. This is the Background. Thisishowit'sgettingwith1024pxWidth. I'm placing in the Background-Size 100% of Width, I would like that when the Background decreases its own height the c...
asked by 12.08.2014 / 14:31