Questions tagged as 'css'

1
answer

Slides in HTML5 / CSS3 - Background does not change

Need help with CSS3. I am using keyframes / animation to change the image of several article classes, in which I am using CSS to change the background in the following percentages 0, 30, 35, 65, 70, 100. The problem is in the fact that the first...
asked by 24.01.2018 / 08:00
1
answer

align icons horizontally

I have this menu of social networks, I want to align the icons horizontally, in my layout they stand on top of each other How do I do it? html: <ul class="social-icons"> <li><a href="" class="social-icon"> &l...
asked by 17.01.2018 / 04:33
1
answer

Position absolute does not activate overflow: auto

How can I make absolute div (id 3) override other divs and do not enable overflow div parent (id 2)? <div id="1" style="background: red; width: 400px"> <div id="2" style="position: relative; background: blue; padding:...
asked by 13.01.2018 / 17:49
1
answer

How to leave table td automatically increasing or decreasing the size according to the number of characters?

How do I set% s of td to automatically increase or decrease the size by the number of characters? To prevent the text from ending up breaking line?     
asked by 14.12.2017 / 13:36
1
answer

Duplicating bootstrap menu

I'm noob in web development and I need a little help from my colleagues, if possible. I'm doing a site, using the bootstrap, and I came across a little problem. I have two drop-down menus and when I click on one or the other both menus are op...
asked by 14.12.2017 / 12:01
1
answer

Drop-down menu with bootstrap

I'm studying bootstrap. precisely, a menu. and I was confused because it is not repeating the dropdown again. But only in 1 specific LI. Thank you! CSS HTML: <div id="sidebar-nav" class="sidebar"> <div class="sidebar-...
asked by 19.06.2018 / 00:04
2
answers

How do I break lines between links without having them span the entire width of the parent element?

I've been looking at these two topics dealing with line breaks between tags: Break lines in CSS without using extra elements How to break line between CSS tags Both would solve my problem if it were not for one detail: I need the...
asked by 30.07.2018 / 03:07
1
answer

Media queries are not applying the css according to device width

I'm trying to create a responsive layout. Some elements it is applying the css as quoted in the media queries, some others is getting web css. How can I arrange for him to get the corresponding css of what I want? Why does this occur? Here's...
asked by 21.06.2018 / 04:59
1
answer

what does "string" mean in CSS? [closed]

Hello, I would like to know exactly what the term string in CSS means and how is it used in CSS?     
asked by 08.08.2018 / 01:24
2
answers

CSS / HTML Writing around an image

Good morning, I have a "square" image but in pentagon format, I need to write on the edges of it: Picture: Ineedtowriteinpentagonformattoo,asintheexample: Another requirement is that the text will probably change, but it should grow out...
asked by 25.07.2018 / 16:27