Questions tagged as 'css'

2
answers

Align images with description

I need to align two images so that they are centered, with a description below. I tried something like: <style> .thumb { width: 140px; height: 140px; position: relative; float: left; }...
asked by 02.02.2018 / 12:12
1
answer

Window when you click the html button

Hello, and I'm creating an area on my site, where when the person clicked on "show more" would open a window on the site itself, showing the content as in the image below, but I have no idea how to do it, could you help me?     
asked by 10.01.2018 / 20:28
2
answers

Align Label with text

I would like to align this div side by side Getting checkbox - day_day <div class="dia"><input id="1" name="diasemana[]" type="checkbox" class="dias_semana" value="1"><label for="1"> Segunda</label></div> <div...
asked by 15.10.2017 / 21:30
1
answer

How to customize reCAPTCHA v2?

I put the reCAPTCHA v2 on my site, but I have type problem: Iwantedtomakehimresponsive,sohetrackedthesizeofthefields.Ifoundasolutionoftype:transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:00;-webkit-transform-origin:00;Bu...
asked by 16.10.2017 / 15:53
2
answers

Elements after Hover Selector

Sometimes I see some css codes where the hover selector is used as follows. Do you know how the hover is being applied that way? elemento li elemento img{ } elemento li elemento:hover img{ }     
asked by 16.10.2017 / 14:47
1
answer

Is there any way to put Scroll on TBODY? [duplicate]

I have a table where the amount of items listed in TBODY is quite large and I would like to add a scroll by setting the maximum size of TBODY to 500px. I tried to do this but it did not work (I'm using Google Chrome) #sc...
asked by 13.11.2017 / 13:23
1
answer

css selector with nth and not [closed]

I have a form with flexbox , only when an error is entered a div of alert , breaking layout . There are some fields that are 50% on the same line <form method="post" action="XXX" class="form-login"> @if($m...
asked by 25.08.2017 / 18:10
1
answer

list-style does not return to default

Well, I'm developing a website, and the following problem came up: I reset all elements of the site; *{ color:inherit; font-family:inherit; font-size:inherit; font-weight:inherit; background-color:inherit; margin:0;...
asked by 06.10.2017 / 16:20
1
answer

Bootstrap menu does not work

I'm developing a web application and put it in the bootstrap menu link Menu in normal page width Butbyreducingthewidthofthepagethemenudoesnotlooklikethis. Staythesame HTML<divclass="body-wrap" > <div class="container" >...
asked by 07.10.2017 / 19:28
1
answer

Failed to customize the javafx tab, the top edge of the panel does not appear

I would like the TabPanel area that does not have a tab to have a border as the image below. Currently my TabPanel is like this, no border to the right of "Enter" Iwouldlikeittolooklikethis,butIdonotknowwheretoputinstructionfromtheborder,...
asked by 12.08.2017 / 13:14