Questions tagged as 'css'

6
answers

How to make the image 100% on the screen? [closed]

I have a website in development. Then I want it to stay on the whole screen, it's supposed to be a responsive site, I'm using the bootstrap ... It only gets full screen if I zoom 150%: Example: link If I leave it normal it looks like thi...
asked by 31.05.2017 / 04:48
2
answers

How to make a menu that when clicking opens another div?

EXAMPLE: I want to create a menu that will have four links, and each link opens a particular div with different contents in each div. type of this site here link the part that has ALL / COMPLETED / LIVE / COMING. OBS: Sorry for anything bec...
asked by 16.11.2016 / 16:17
2
answers

Why does background-color only work with overflow: hidden?

I'm creating a menu and I want to put a background color on it, however, when I try to apply a backgrond-color: #333 to an element ul NOT overflow: hidden; , the color does not appear. Why does this happen if overflow...
asked by 06.04.2018 / 22:30
1
answer

Text animation with css

I need a help with CSS animation : Show a sentence wait 2 seconds ... Show another sentence and wait 2 seconds ... After 2 seconds of the second sentence, return the initial animation. <div>Frase 1 com 2 segundos...</di...
asked by 11.04.2018 / 18:28
2
answers

How to rotate image in divs

I have a page with 3 divs. One of them always receives images, I would like all images to remain in this position: How do I do this in CSS?     
asked by 16.10.2015 / 04:16
4
answers

How to make elements appear and disappear with Js

I have, for example, 3 titles. I want that when the site loads, one appears, then it disappears and the other appears, then the second disappears and the third appears. You can use as a code the following: <div> <h1>TEXTO DE...
asked by 11.04.2016 / 16:38
4
answers

How to center image to text?

I would like to use the centered image in the text, but I could only align it left or right. Can you centralize it by having the text wrap around the image? The code I made is below: <style> body{ margin:0 auto; background:#FFF; }...
asked by 28.09.2015 / 20:35
3
answers

Link without using href

Is there any way to use links without the <a href> tag. For example <a href="exemplo">exemplo</a> is there another way to do this?     
asked by 04.12.2015 / 10:01
3
answers

How to apply background-color to the HTML element p?

I need to apply the CSS property background-color to the HTML element p but what is happening is that this background-color takes the entire width of a div for example if it is the parent element and not only colors t...
asked by 09.11.2014 / 15:23
3
answers

Option Styling via CSS [closed]

I made some Select and within them there Options . I tried to stylize the Option, but I'm not getting it, am I doing something wrong? HTML: <div class="imobSelect"> <select> <option>Todos</option> &...
asked by 25.03.2014 / 02:19