Questions tagged as 'css3'

1
answer

How to create a textarea autorisize with js? [duplicate]

I need to create a text field that grows with what the user types, but it has to be with pure JavaScript, without jquery or anything like that.     
asked by 29.12.2016 / 13:32
2
answers

Questions about CSS

Personal quick question, how do I set only a font-size in the font so that it decreases by the size of the device? I'm currently inserting a different font-size size for each @media query , there's a smarter way of doing this so...
asked by 25.05.2016 / 20:16
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

Menu with CSS3 and Javascript

I want to make a menu up to a point simple with CSS3 and Javascript. My menu needs to have a "hamburger" and when clicking it needs to turn an "X". When you click on a link it also needs to close and the "X" will turn the "hamburger" again. B...
asked by 15.02.2016 / 18:35
2
answers

How to center a slide?

I'm using this slide which is before and after. The question is: I need to centralize this slide and leave it responsive, because when I play the code it is leaning against the left corner. I tried to give a margin-left , at first it cen...
asked by 29.07.2015 / 20:01
1
answer

Bootstrap menu, include logo

I'm using this menu: link Exactly this one from the link, I copied directly from there, the question is , where it says "Project Name", I have to add a logo, how do I do it?     
asked by 04.08.2015 / 20:20
1
answer

How to organize the body of HTML on the screen with CSS

I made a header and retractable side menu, but I can not now organize the body of the site next to the menu, it always stays down and if I float left and right it gets occupying 10% of the screen size and glued to the right side. HTML and CSS...
asked by 17.04.2015 / 14:07
1
answer

Insert CSS to show dependencies

I need to develop an HTML document similar to the image below: I'mhavingahardtimemakingconnections,lookwhatmyprojectis. Ineedyoutolookmoreorlesslikethis Myhtmllookslikethis:<!DOCTYPEHTML><htmllang="pt-br"> <head> <meta c...
asked by 26.10.2015 / 20:58
3
answers

Disable all inputs of a form using only css?

Problem I'm implementing some controls in a prototype, and I'm creating an overlay panel to represent background processing, loading asserts from server, fetching data on server, anyway to represent that the system is working and the us...
asked by 27.08.2014 / 18:30
4
answers

How to set Background-image with SVG hosted elsewhere

I'm making a website that needs to get a svg from another site ( www.teste.com.br/imagem.svg ) and arrow it as the background. But I'm not getting it. Here's how I'm doing: <html> <head> <meta charset="utf-8" /...
asked by 01.04.2014 / 01:00