Questions tagged as 'css3'

0
answers

Problems with Media Screen CSS3

It was decided to download an HTML5 template and adapt it, at the time of editing we realized that there are sections that ignore the lower @media screen and only take the last one, that is, if I have one of 360px, another of 480px and one of 73...
asked by 17.02.2018 / 00:50
1
answer

How to align buttons in different divs

Good I have a small problem I want to align the buttons of "See Article" The problem comes when the title of the note is extensive and covers 2 or 3 lines. When in a row there is pure article of 2 lines it is fine but if there is one of 2...
asked by 07.03.2018 / 20:18
0
answers

blur effect on menu overlay

Someone knows how to make a menu overlay, that when you click, the background has a blur effect. Example menu overlay, I put in the overlay class rgba (0,0,0,0,5), but if I put on this class filter: blur(5px); -webkit-filter: blur(5px);...
asked by 13.02.2018 / 04:29
1
answer

How can I stylize a grid of products that are on different lists with pure CSS?

I need to stylize a product grid for a store, the grid should be responsive, and as the screen shrinks, the number of products (fixed size) should decrease (first 5 products, then 4, then 3, etc). I'm trying to do with CSS grid, or failing to tr...
asked by 07.02.2018 / 03:25
1
answer

onsen ui no center toolbar cordova android

There is a space above the title and the menu button that is not displayed in the browser. export default { name: 'home', data () { return { msg: 'Welcome', essentialLinks: [ { label: 'Core Do...
asked by 12.02.2018 / 20:38
1
answer

Carousel thumbnail bootstrap 4

I'm doing an article section related to bootstrap 4 but, the problem is that nothing is achieved to see an item instead of the 4 that should have the carousel. <div class="container"> <div class="col-sm-12"> <h3>ARTÍCULO...
asked by 22.01.2018 / 18:58
1
answer

Use input-lg and input-xs together

I'm using bootstrap. I have an input with the class: "input-lg". The problem is that in phones I want this input to be smaller. I can solve this by checking the resolution from javascript and removing this class on phones; I could also use half...
asked by 06.01.2018 / 20:11
1
answer

What can be the problem with background-image?

sass div margin: 10px auto width: 100% max-width: 720px min-width: 240px background-image: url(..imagenes/img1.jpg) jquery var anchoS=($("div").width())*0.75; $("div").css("height",anchoS); $(window).resize(function(){ anchoS=($("d...
asked by 29.12.2017 / 00:04
0
answers

Site jump error created with boostrap

How about. I'm new to programming and after taking a course on site creation in boostrap I had a problem and I do not know how to solve it. The problem is that I have a section within the index that loads some icons and paragraphs when you reach...
asked by 27.12.2017 / 18:06
1
answer

Pseudo-element 'after' can not be seen

I have the following structure: <div style="background:green"> <ul class="list-unstyled multi-steps"> <li>Start</li> <li>First Step</li> <li class="is-active">Middle Stage&...
asked by 27.12.2017 / 05:17