Questions tagged as 'css'

2
answers

Column Responsiveness in BootStrap

I have two rows with two columns, the first column of the first row has an image, and the second column of that row has text. The second line has text in the first column and an image in the second. When responsiveness happens, there is image...
asked by 03.05.2018 / 19:36
2
answers

doubts to stylize an active link

I have 3 links the home that is first already with the class="active" as I do when I click on the next link it becomes active with class="active" and disable the others. .navbar-menu { display: flex; justify-content: center;...
asked by 24.04.2018 / 16:01
2
answers

Triangle cast with css

I need to make this kind of effect with css what do you have? Itwouldnotmattertousecss3oranytechnology,thistypeofcsswillbeusedinanapplicationmadeinionic,Idonotknowifthiswouldmatter.Ineedtheidenticalreproduction,containinganiconandatextinside...
asked by 07.11.2017 / 01:38
3
answers

Code to show screen resolution

I'm testing the site I'm creating on multiple devices to see the responsiveness, as I have 5 css one for each screen resolution and would like to create a code inside a div that would display the device's resolution.
asked by 13.11.2017 / 16:57
1
answer

Modeling Edge of an element (DIV)

I want to know how to manipulate the border of a div. The idea is to have a well-defined border in the upper right corner of that element. That is, if the div has a square format of 4 px on each side. top right has a 2px-sized border and well pr...
asked by 06.11.2017 / 02:46
2
answers

Customize select option

Personal I'm trying to customize the options of the select however the colors of hover do not change always turn blue. Follow the code .personalizar-select{ border: 1px solid red; } .personalizar-option{ border: 1px solid...
asked by 13.11.2017 / 23:28
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
1
answer

Simple CSS alignment problem

I am 3 hours with this simple problem, first course work. I'd like to leave it like this: #conteudo{ background-color: #F5F5F6; position: absolute; width: 80%; top: 20%; right: 10%; } .bloco{ display: inline; } .b...
asked by 30.10.2017 / 20:13
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