Questions tagged as 'css'

2
answers

Scroll overlaying the navbar header in HTML / CSS

I'm doing some testing and I wanted to take the scroll off of the navbar, but leave the rest of the main content on the page or below the navbar, but I'm not getting it. Something similar to what happens on this page: link This is my pag...
asked by 24.06.2018 / 09:20
1
answer

Checkboxes with php Database

Good afternoon. Now I ask you to highlight my little programming experience. If my question does not fit well with the theme that I am going to present, I apologize. I ask for your help and cooperation. I'm doing a garage project in which...
asked by 28.06.2018 / 21:41
0
answers

How to put custom post type on slide

I have the Custom post type code and wanted to put this same code inside of that slide but I can not, could you help me? The code of the custom post type that I want to be inside the slide is this: <?php $loop = n...
asked by 23.06.2018 / 01:52
1
answer

Keeping cards on the same line

I created a foreach of objects to display the data of these objects on cards, it worked the way I wanted it, but only 1 card per line appears, how do I generate 2 cards per line? HTML <div id="card-widgets"> <div clas...
asked by 21.06.2018 / 15:33
1
answer

How do I style this code with css and html? Blogger

The code below is for listing blogger posts within a bookmark , if the post has the specific bookmark it will be shown in this list I would like to be able to change the appearance of how everything is displayed by changing where the post image...
asked by 20.06.2018 / 20:31
1
answer

Custom banner system

Personally, I need to create a custom Banner system. Let me explain a little. I need to create something that: I send a photo, put this photo inside a frame, and in that generate another photo where I can save the two joined, as if it were an as...
asked by 17.06.2018 / 00:55
0
answers

Balls are filled according to the status of the page

I'm developing a form where I have three pages and consequently three top balls, each representing a page. The form logic is now complete where each page is displayed according to the variable parameter with a data-ng-show. I need that according...
asked by 19.06.2018 / 02:31
1
answer

Css margin in Printing

After all, the left margin goes a little higher than the direct margin. I use size A4. Here is my style sheet: @page { size: A4; /* auto is the initial value */ margin: 0mm; /* this affects the margin in the printer set...
asked by 16.06.2018 / 23:58
0
answers

php form redirecting to email

Can anyone help me with an error I'm having with a form .... <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>enviando E-Mail</title> </head> <bod...
asked by 23.06.2018 / 18:39
0
answers

Display flex does not work with CSS property

I'm not able to use the following divs with the properties: .grid { display: block; } @media (min-width: 992px) { .grid { display: flex; flex-wrap: wrap; } } .column.left { flex: 4; background-color: red; } .column.right {...
asked by 15.06.2018 / 02:39