Questions tagged as 'css3'

3
answers

How to Rotate an Image in the Background?

How I am uploading to the Image in sequence: I want to make this globe do a rotation, it is a perfect circle representing a world globe. Once you figure out how to do the background rotation with CSS or not. I'll make an effect that it wil...
asked by 14.10.2014 / 13:27
2
answers

Several Divs with the same responsive Height

I have four five divs, one of which is a container for the other four. Structure: <div id="divPai" style="width:100%"> <div id="divInfUser" style="width:25%; height: 30%; background-color: #DCAE4C; float: left; display: inline-blo...
asked by 22.10.2014 / 16:01
3
answers

CSS Color beyond element size

I'm putting together a layout using the framework Bulma.io . So far it's as follows. Myquestionis:HowdoICSSallmydivsidebepainted?Asintheimageabove,Iwanttopaintthewhitespacethatisscratchedred.Here'smyhtml.<divclass="container is-fluid">...
asked by 14.03.2018 / 17:27
3
answers

Change the CSS Display property to ALL elements of a page and leave Block only for some?

I am trying to print a bootstrap-modal that is called inside a Form with include but I want to print ONLY to modal, how can I do this using only CSS? See: Modal: <div class="modal fade" id="modal-protocolo" tabindex="-1"...
asked by 19.09.2018 / 13:43
2
answers

Place text at the bottom of the circle in css

See how it is Ineedtoputthetextatthebottomofthecircleusingcss..Ihavethecodehere link .circle{ height: 37px; line-height: 37px; position: absolute; background: white; border-radius: 52px; width:...
asked by 19.07.2017 / 18:34
2
answers

Background-position is not working

Hello everyone. I used the image-replacement technique, I tried to leave the image centered using the background-position: center center, but the position of the image remains unchanged. Someone could tell why background-positioning is not worki...
asked by 07.08.2017 / 22:54
3
answers

headers Block size

So guys, I'd like some help here with css. For example: I have an h3 <h3> Bem Vindo ao Portal do Cliente </h3> When I go to see in the browser, I have the text and box of h3. WhatIwantedtodowasmaketheh3boxthesizeofthet...
asked by 24.07.2017 / 15:49
2
answers

Button with different format with CSS [duplicate]

I needed to make a button with css plus it has a different format. It is possible to make a button like this only with css     
asked by 17.04.2018 / 17:50
1
answer

How to scroll an element to the left

Normally when using overflow-y: scroll or overflow-y:auto , the scroll bar appears to the right of the element. .scroll-me{ height: 80px; width: 200px; overflow-y: auto; overflow-x: hidden; font-size: 18px;...
asked by 14.04.2017 / 18:28
2
answers

Change source of input submit value and reset

Is there any way to change the font-family of the value of input submit and reset, just as I did with the placeholder using ::-webkit-input-placeholder And it's like someone from you to give me a help and help me align the checkbox nex...
asked by 26.08.2016 / 23:14