Questions tagged as 'css3'

3
answers

Format only the sides of the button border

Is there another way to format only the right and left edges, and leave top and bottom none? border-top: 0px; border-bottom: 0px; border-right: 2px solid #444444; border-left: 2px solid #444444;     
asked by 12.02.2018 / 15:58
1
answer

Background on the diagonal

Css: .bio { width: 100%; min-width: auto; height: auto; min-height: 600px; background-color: #fff; background-image: -webkit-linear-gradient(30deg, #fff 50%, #004E95 50%); } What it generates: But I would li...
asked by 09.02.2018 / 16:22
1
answer

Beveled edge transparenet with css only

There is a simple way to make a beveled border with only CSS, but transparent. No need for svg, png, etc? SeewhatI'vedonesofar: link .home_fundo{ width: 300px; height: auto; background: url(http://www.simi.org.br/files/Jan...
asked by 05.03.2018 / 18:47
1
answer

I can not use bootstrap glyphicons

I am not able to use the bootstrap glyphicons, they simply do not appear, I am using a linux machine, and I know it is something about the fonts folder because it did not come in the common bootstrap installation, <form> <...
asked by 14.03.2018 / 00:42
1
answer

Session overlap problem with anchors in html

Personal I'm doing a website that has a menu with anchors, all work well minus the anchor of the menu called team note that it goes down right to the session but it overlaps the whole title and in the other sessions it works correctly because...
asked by 15.03.2018 / 15:40
1
answer

Change size of lis text does not work

I have the site below: link It has a slider at the top of the page. In this slider I have a imagem (logo) and a ul (which contains some activities). What happens is that when I reduce the size of the browse...
asked by 24.04.2018 / 20:42
1
answer

I can not use input radio to do other things

My idea and the next one, I think if it is to do this type of validation with js it will be heavier since it will have to send more code and carry out more process! This validation is not so important then not the need. Is this idea convenient o...
asked by 31.12.2017 / 21:46
1
answer

Owl Carousel how to use? HTML5 CSS3

Well, I started to follow the tutorial on how to make a carousel because I'm trying to make my HTML5 / CSS3 page have a carousel of 4 items per slide, so I saw this plugin's only way since I did not find another place to learn how. In the case, I...
asked by 29.01.2018 / 00:41
1
answer

How to remove inner shadow from button or input

Clicking the button pops a gray shadow at the top, creating a 3d effect, but I want to remove it. How I want it to be clicked: Howareyou? MyHTML:<divclass="container"> <div class="row"> <div class="col-sm-4 col-sm-...
asked by 09.12.2017 / 17:37
1
answer

How to modify only one side of the div?

Hello! I'm trying to make an effect of transforming only one side of the div as in the following image, I tried using skew however it modifies the entire div, see how I would like it to be     
asked by 09.12.2017 / 20:47