Questions tagged as 'css'

1
answer

Overlay a video on a background, and add a logo on a menu

I can not overlay a logo on a menu that I created on the site, and I'm not able to add a video over an image on the site. Could someone give me this strength? Follow the img: link I wanted to put this video on top of that background image....
asked by 23.12.2017 / 19:06
1
answer

Elements that return to their original size when clicked again or when a sibling element is clicked

I have a table with some td that align vertically. When clicked, the td height increases, and if another td is clicked, the previous one resumes its original size. I also need the element to return to its original size when clicked again....
asked by 28.12.2017 / 17:04
2
answers

What is the -webkit- -moz-box- in css? [duplicate]

In the code below, what does the -webkit- -moz-box- ? .hh1 { display: block; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; float: none; z-index: auto; width:...
asked by 06.12.2017 / 08:48
2
answers

function to change my .css if the width of the tea is "X"

Hello. I'm in the learning phase. In an attempt to create a responsive website. I need a .js or .css script. so that when this width in the css (css) is true, run the code. in css.    (thank you for giving any collaboration, knowledge is neve...
asked by 23.01.2018 / 02:11
1
answer

How to adjust the grids to always have the same space in the heights

I'm creating a screen with bootstrap that will have several items panel just the way I did, it's all left well adjusted on the screen if the content has the same height, something that will not always happen, as in the example. How do I fix th...
asked by 03.08.2017 / 18:44
2
answers

How to put text in an icon?

I would like to make a shopping cart icon, and put a number inside it to go iterating according to the products that the customer places in the cart, but I could not do an example: OBs: HTML and CSS, the icon is font-awesome, I'm using Bootstrap...
asked by 15.09.2017 / 20:40
1
answer

How do I make one element not overlap another?

It is as follows. I have a div, which in my case is the body of the page, tooth of this div I have two borders, right and left, and inside the div I also have a flexbox with some images. It works fine, but when the page size decreases, the flexb...
asked by 04.07.2018 / 00:42
1
answer

Div not encompassing its elements

/* Portal Aluno */ #header-menu{ position: relative; margin: 0 auto; border:0px; bottom: 800px; left: 10%; } #C-icon{ position:relative; border:0px; margin: 0px; padding: 0; right: 71%; top: 7%; } #fb-icon...
asked by 03.07.2018 / 18:43
0
answers

Text misaligned next to the image

I've been trying to finish for 2 days and I can not. Every time I move on one thing, everything is ruined. I'm still learning, do not judge me! The code is this: .hygge-container{ overflow: hidden ; position...
asked by 03.01.2019 / 19:49
2
answers

Images inside DIV's - How?

I want to apply 2 company logos, one on the left side and one on the right side inside this DIV. How ?! I can only apply one, when I will apply another one, the first one disappears. @media (min-width: 1280px) and (max-width: 1980px) and (...
asked by 25.07.2017 / 16:23