Questions tagged as 'css'

2
answers

div 11 does not get stylized in css [closed]

People are doing something to me that I do not understand I created several divs like this: div id="nome" img src="img/00001.jpg" /div To put an image in the background of a page, but as I want to put some variables on top of that imag...
asked by 25.01.2017 / 21:44
1
answer

CSS Selectors 3: nth-child ()

My HTML code has 12 tags that form 4 content blocks per line, I'd like to apply a different style as follows with nth-child: 1 div - a CSS style Next 3 divs - another CSS style And so I repeat 1 and 3, 1 and 3, 1 and 3, I did it one way bu...
asked by 08.08.2018 / 23:25
1
answer

Html, doubts about compatibility with Internet Explorer

I do not know why but my site gets broken in Internet Explorer and Microsoft Edge. In Firefox, Google Chrome and Opera Web the site is normal. The only parts of the site that are broken are Aside and Footer I saw a post here in stack overflow...
asked by 09.08.2018 / 20:25
1
answer

Responsive Banner is zooming

I'm using a site that has admin panel to add banner , pages etc. When I add the banner , it always "eats" a piece of the image, it is as if it is giving zoom . In the mobile part it gets even worse. How can I make this banner be of a s...
asked by 13.08.2018 / 07:08
1
answer

Align div inside a Box

I'm using flexbox, inside the parent div I put a div with text, it's initially positioned at the top, I want to position this div at the end of the parent div. But when I put position relative; and bottom: 0; the child div remains at the top of...
asked by 05.09.2018 / 19:17
1
answer

How to Make a Simple Form in Responsive HTML with native CSS?

Well guys, I went to a job interview and they asked me to develop a simple form with label and input and a textarea, but this form has to be responsive, and work on all types of devices. I started to do, follow the HTML code HTML...
asked by 30.07.2018 / 23:12
2
answers

Change the color of the input color

I need a very important help, I have an input color with a color and a text field. How can I change the color of the input (color) using the text field.     
asked by 03.09.2016 / 21:09
3
answers

Responsive Design - Text on img background

I have a website start and I'm trying to develop it in a responsive layout. At the moment the site looks like this: link (temporary domain, just for testing). For my resolution, in the case 1920x1080, the site is perfect, but in smaller r...
asked by 10.03.2015 / 08:00
2
answers

You can do this only with CSS3

I would like to know if you can do this effect only with CSS , the problem is that I do not know how to do the "triangle" below the rectangle      <divclass="titulo">Título</div><h1>&bnsp;</h1> <style type="t...
asked by 08.10.2017 / 16:42
1
answer

Is it possible to use 2 @media screen? [closed]

I have a problem, I use Media Queries: @media screen and it is set to max-widht:375px .  I want to put a @media screen for max-widht:1024 What is it like?     
asked by 11.07.2018 / 16:48