Questions tagged as 'css'

1
answer

How to have two checkbox components inside a row with a title

I am new to HTML / CSS / Bootstrap and am having a question about how to put two checkbox components inside some kind of container with a title. Am I doing it the right way or is there another better way to do it? My components look like this:...
asked by 16.11.2018 / 23:54
2
answers

Insert Image through CSS or HTML? [duplicate]

Hello! I am having a question about the difference in how to insert images. I know that I can insert images by HTML and CSS . But what's the difference? And in what situation should I use each of them in the right way?     
asked by 15.11.2018 / 23:00
1
answer

Progress bar in a cell of a table

I'm making a calendar and I need to make a progress bar of the elapsed time each day. I set up the calendar using HTML tables. How can I make this progress bar each day separately?     
asked by 29.12.2017 / 19:50
1
answer

Calculate horizontal distance of an element

I'm trying to customize a submit button using Bootstrap 4 Beta 3 . The idea was to do something like "slide to unlock" style ; however, it is only working in a resolution above 992px ... I believe this is due to break-point...
asked by 02.01.2018 / 09:12
1
answer

How to put an image next to the other in a gallery?

I'm creating a gallery on my website using html and formatting in css, I put each image in a div and used the float tag so that in the gallery view one image stands next to the other. But it's getting a "blank" space. Here is my css format: .g...
asked by 25.10.2017 / 12:07
1
answer

How to put links from social networks to share the link of the page of a post?

I have a question. I do not understand much about ASP.Net, but a friend of mine asked for help to implement social networking buttons on his TCC site. His CBT is a news portal like any other. He would like to put on each post page something l...
asked by 21.09.2017 / 17:32
1
answer

Materialize 1.0.0-beta (CSS Transitions)

I'm new to the front end in general, I have basic knowledge of html and css, I'd like to use materialize and understand this function here. link As I try to use these codes on the page only I can not use the Toggle Scale on my page <...
asked by 02.04.2018 / 01:06
1
answer

Div below another - fixed menu

I'm creating a fixed menu and I'm having a problem. When I put the position fixed in the div of the menu the div that was below (content) "up", so part of the content is hidden in the menu div. I think it's not correct I put margin-top in...
asked by 23.04.2018 / 18:07
1
answer

Synchronize animation of elements when inserting in DOM

Is it possible to insert an animated element in DOM synchronously? that is, when entering the current state is maintained and not reset as in the example below ... function add() { let ctn = document.getElementById('ctn');...
asked by 01.04.2018 / 23:44
3
answers

Effect 100% above the Carousel

I need to put an overlay effect on top of a Carousel of the bootstrap, but that takes all the height of it. Clarifying better ... the first time I worked in this style - not in this section I sent - through some modifications I even managed t...
asked by 30.03.2018 / 22:21