Questions tagged as 'css3'

0
answers

How do I style select in this way?

How to stylize a select this way? the designer is using the Bulma framework in this project but I did not find any such template in the documentation, I tried to develop it here but it was not cool, does anyone know how this customization wor...
asked by 19.07.2018 / 20:49
0
answers

Loading images in SPA

I'm developing a SPA-based application with Vue.js and would like to improve the loading of the images. Now whenever the user accesses all the images they are downloaded, slowing down the total loading of the page. I would like only the initi...
asked by 13.07.2018 / 16:52
0
answers

Modal PDF opening is lowercase

I have a website where I use a modal to open PDF, and the same one when opened is very small. Has anyone ever experienced this? Would you know a way to fix it? CSS Code Modal: .modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen ....
asked by 23.06.2018 / 03:53
0
answers

because the css properties work only in HTML and not in the external css

<button id="btn-info" type="button"></button> When I put the selector with the properties in external css it does not work but if you put it directly into the html style it works fine. #btn-info{ display: block!important;...
asked by 20.06.2018 / 08:09
1
answer

How to change Modal content?

.carousel-item { height: 100vh; min-height: 300px; background: no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;...
asked by 22.06.2018 / 15:16
0
answers

Help to improve mix-blend-mode multiply effect

It's a rather complex case, but let's break it down, starting here. I needed to make an effect that, the color image gets a layer of black and white and does a multiply with a green layer. It's working (I do not know why you do not want to lo...
asked by 01.07.2018 / 23:04
1
answer

Flex line break

I have a list of videos that I display on my screen dynamically with java script. It's a div tag with which has class videos. But the list does not break line when the size exceeds the size of the browser and gives horizontal scrollbar. As I...
asked by 10.06.2018 / 00:10
3
answers

How to stylize a "file" input?

I have this structure: <section id="cadastro" class="cadastroVersao pg-i"> <div class="titulo"> <h1><i class="icon-clientes"></i>Cadastro de versão</h1> <a href="<?php echo base_url...
asked by 01.10.2015 / 22:54
1
answer

Responsive Site with jQuery [closed]

I'm in doubt is it better to make a responsive website using media queries or jQuery?     
asked by 02.06.2018 / 01:54
1
answer

How to display the tr's side by side with the td's one below the other inside the html table?

Good afternoon guys, I have a table html where I'm displaying data coming from the database on the table (tr) lines, I'm trying to display the lines on the table side by side with the td's one below the other and I want it to have horizontal scr...
asked by 25.05.2018 / 00:39