Questions tagged as 'css'

1
answer

Positioning text before content

I wanted to make a border with content like this ButIdonotknowhowtoputthetalkwithusinsidetheborder,itlookslikethismyimage Mycode .Campos { margin-left: 90px; border: 10px outset #ffc70e; border-radius: 0px 25px 0px 0px; margin-to...
asked by 01.07.2017 / 07:26
0
answers

How to leave the inner elements of a section with two columns

How to leave the inner elements of a section with two columns independent of the size of the browser? This image below is what I have read. But as you can see it has four columns. I need to have only two columns in each row, regardless...
asked by 02.07.2017 / 08:02
1
answer

Limit a loop

I'm practicing PHP recently and I know how to loop with While, but I wanted to limit this loop to not break a column of the site. <?php include_once 'conexao.php'; $sql = "select * from perfil"; $result = mysqli_q...
asked by 23.07.2017 / 19:25
2
answers

Dropdown Menu Responsive

I created a responsive menu, I would like to add an action to my button, when it was clicked my menu would appear, the menu is already created, but still could not get it to appear just with the click: this is my index where the menu is...
asked by 23.07.2017 / 19:39
0
answers

Upload random image in background-image using css

Is it possible just using css , loading random images into the background-image property of any element? For example I have a section <section id="slide"> </section> And I have a folder called img that contains 5 files ba...
asked by 10.07.2017 / 16:05
3
answers

Make the Bootstrap columns fill 100% of the row width

I think it's something simple, but since I'm new to Bootstrap I still have not figured it out. What I want is for the columns to fill the full width of the row, I put a red border on the sides of it to make it easier to understand. I know...
asked by 11.07.2017 / 04:30
2
answers

Site formatting problem

A test site I've created has huge spacings, I have no idea how to solve this, it's not at all responsive. The problem is probably related to the site's HTML and CSS. Follow both below (they are small codes). Here is the github repository where t...
asked by 11.07.2017 / 02:51
1
answer

How to increase or decrease the datepicker size of materialize css?

Well, I have a problem with the materialize datepicker, I did a side nav and wanted to put a form to choose a date. I did this, but when I click on this form, it opens all buggy. Mycode: <!DOCTYPE html> <html> <head>...
asked by 31.08.2017 / 18:52
0
answers

Bootstrap - Testimonial

I'm picking up to fit in a bootstrap 4 a carousel for witness like this attached image: MybiggestdoubtisjusttheredbuttonsasyouapproachthembecauseintheB4patternit'sveryfaraway.Cananyonehelpme? <section style="background: url('./paginas/asset...
asked by 31.08.2017 / 16:27
0
answers

How to correct slide overlays during transition?

I have aside with transition elements of images (slides) that adjust their size according to the size of the browser. When the browser is in a dimension that does not resize the banners, everything works perfectly fine. As in the examp...
asked by 06.07.2017 / 00:46