Questions tagged as 'css'

1
answer

Adjust span within link

I have a button and inside it I have a i tag with an icon of font-awesome and inside i a span with text (without span icone was on top and text below). WhatIneedisawaytopositionthisspan4pxupbecauseithas20px...
asked by 26.12.2018 / 19:04
1
answer

Bootstrap classes to create columns with space

I want to understand the Bootstrap classes, when I use the span and offset , and how do I get a space between columns?     
asked by 20.10.2014 / 16:04
2
answers

Place first result with margin greater than the others

Hi, my question is a bit strange, I always put two ids in the css for when I put a margin, the first with margin 20px and the second with margin 10px, he wanted to know if there is any way to do this automatically, explanatory text sucks !!!...
asked by 09.07.2014 / 22:26
3
answers

Stop scroll menu in a certain resolution

I have a menu that goes down along with the scroll. I used Jquery to add css attributes for this to occur. I do not want this to happen when the site has less than 768px of width. So let it be stopped Media queries did not help me resolve bec...
asked by 09.02.2015 / 14:17
1
answer

Grid System or Twitter Bootstrap

I'm starting now there is search for these "css layout setters", and the ones I most hear about is: 960 Grid System ( link ) and twitter bootstrap ( link ). I would like to know, in which situation is one more appropriate than the other? I g...
asked by 20.02.2015 / 12:18
1
answer

Checkbox that pulls content from a custom type post

I have a custom post type of meshes (here all products meshes will be registered) and I have another custom post type of products (where all the products will be listed). What I'd like to do: In this product's custom post type, you have a c...
asked by 21.05.2014 / 20:05
2
answers

How do I make the text fit the size of the div?

I have a div that has the dimensions widht and height at 100% of the screen size. Inside it, I have a text encapsulated in p . How do I set font-size so that it stays the same in different size screens or if...
asked by 18.10.2018 / 18:29
2
answers

Put bar in the Bootstrap menu

I want to put a bar in the menu as shown below:    Home | Instructor Course | Legal Advice For this I am using the code below: <div class="row"> <nav class="navbar navbar-expand-lg navbar-light"> <a clas...
asked by 14.11.2018 / 21:57
1
answer

What is the difference between Media Rule and Media Query?

Sometimes I see one of these two terms being mentioned when it comes to responsiveness or content adjustment to variations of screen types and devices. Looking at this documentation in W3S is said to:    Media query is a CSS technique in...
asked by 23.07.2018 / 00:41
1
answer

Configure CSS to generate a new column when it reaches overflow

I'm generating a list of links dynamically using PHP, but this list is very large and I would like it when it reaches a certain height in px the column would be broken by 2, 3, or as many as needed. Eg: Make a list even though it is in HTML...
asked by 17.07.2018 / 19:12