Questions tagged as 'css3'

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

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

Exchanging contents of a div by an html file

I'm doing a simple portfolio that will not need any Framework like angled or react, which I would like and do something so I could create the separate html files and a main just by swapping the page content with JavaScript. Something like that,...
asked by 21.02.2018 / 14:18
3
answers

How to Take the "resizing" of a textarea?

                                                    < script src = "//cdn.tinymce.com/4/tinymce.min.js" > < /script> < script > tinymce.init({ selector: 'textarea' }); < /script> <div class="form-group...
asked by 23.05.2018 / 14:44
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

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
1
answer

Padding reducing image

I have an image with a background worked, in this image I'm giving padding equal 140px, however instead of the image increase the padding, and consequently, getting a bigger box, the image is reducing, increasing the padding into the image keepi...
asked by 17.04.2018 / 23:02
1
answer

Slideshow div placement

I have the following page: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Slider</title> <meta name="viewport" content="width=device-width"> <link rel="styles...
asked by 24.04.2018 / 13:00
2
answers

How to make a page with full blocks using bootstrap?

I need to do something according to the image, using bootstrap. Has anyone ever been through this? Do you have any idea how to do it?     
asked by 22.08.2017 / 13:31
1
answer

Flexbox: Is it possible to force 100% width on a div with space-between daughter in parent?

I'm having the following problem, I have a parent div encompassing three elements, and it has the css: .pai{ display:flex; justify-content:space-between; width:400px; } But I wanted the first child to occupy 100% of the div and...
asked by 24.08.2017 / 15:02