Questions tagged as 'css'

1
answer

Align element of a column in the top-right

I have a checkbox inside a column and would like to put it in the top-right. My template: <div class="row"> <div class="col-11"> <h4 class="card-title">Bolsa camuflada</h4> </div> <div class="...
asked by 23.10.2018 / 22:34
1
answer

How to format all labels of a form with a style associated with an id?

I had this example initially: css #label1 { color: #FFFFFF; text-align:left; font-style: italic; } html ... <table> <tr> <td><label for="nome1" id="label1">Jogador 1&l...
asked by 20.10.2018 / 11:59
1
answer

The text does not fit inside the button in IOS

Hello. As pictured below, the button does not fit the text size in IOS only. Is there any parameter to increase the size of the button in IOS? (I would not want to have to change the buttons for DIVs). I tried to increase the size of the butt...
asked by 26.11.2018 / 15:44
1
answer

Open dropdown without it being a daughter tag

Good morning guys, how could I create a dropdown without it having to be a daughter tag? I'll explain with code. Usually we do this: .menu-dropdown {display: none;list-style: none;} .menu:hover .menu-dropdown {display: block;} <ul...
asked by 27.11.2018 / 11:43
1
answer

Header is not responsive in 320PX using FlexBox

I'm starting to use flexbox but I'm having a giant problem that I can not solve in several layouts. Both the header and the nav and li are hidden in the resolution Mobile, Iphone 320x568 and a white list is everywhere. I've already tried max wid...
asked by 09.08.2018 / 19:17
1
answer

Menu that opens when clicking

I'm making my site responsive, and I found a menu that becomes a burger menu depending on the screen size, the way I wanted it. However, the menu opens as you mouse (and probably your finger) on top, and I would like it to open and close if you...
asked by 10.11.2018 / 13:34
1
answer

Structure HTML to PDF

I'm trying to create a template for PDF generation, which will serve for request tag. Iwantedtostructureeverythinginduelocation.AsPDF,IcannotuseBoostraporanyotherfacilitator,justHTMLandCSScode. <style> .conteudo { font-...
asked by 05.11.2018 / 18:54
1
answer

Add a small margin in a div with text-align: right

I have a div with bootstrap design material of size 4 col-md-4 that aligns to the right my texts using text-align: right The problem is that in the same line of this text has an icon, which is also aligning to the right but with...
asked by 06.11.2018 / 19:44
1
answer

How to align DIVs horizontally without breaking lines?

I have the following CSS: div.config-pai{ width: 100%; } div.config-pai div{ position: relative; float: left; width: 20%; background-color:#666; border:none; cursor:pointer; color:#FFFFFF; font-size:20px;...
asked by 07.08.2018 / 05:37
2
answers

Print radio checked on UlkitCSS

I use UlkitCss and I have excerpts from a form with input radio fields as below. When printing (Ctrl + p or window.print () or $ windows.print) the field is not checked. The selected radio simply does not appear. How do I get the field checke...
asked by 01.08.2018 / 06:25