Questions tagged as 'css'

2
answers

Error in positioning divs

Hello, I'm making an application and I'm trying to create cards using html and css, I already managed to create the cards, but I'm not thinking of positioning side by side, does anyone know how I can do this? The layout is getting like this, b...
asked by 20.01.2018 / 22:46
2
answers

How to center the image?

Image that I want to fix, the logo is all right - > link While on mobile - > link And on the laptop - > link are correct. My html code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"...
asked by 19.01.2018 / 17:54
0
answers

Reusable Elements in CSS WELL Methodology

I am studying the BEM methodology (well in the beginning, I assume), and I was in doubt about one aspect of it. I see that it aims to standardize the means of declaring the CSS of your page through the concepts of blocks, elements and modifiers,...
asked by 19.01.2018 / 15:11
0
answers

How to expand a list item in the mobile browser?

I have the following navbar on my site: <div class="navbar-custom"> <div class="container"> <div id="navigation"> <!-- Navigation Menu--> <ul class="navigation-menu...
asked by 25.01.2018 / 02:55
1
answer

Animation in css

I have a code in html that when I click the button it opens a modal, and within the modal I have another button to close, and I would like to put an animation in the open time and at the closing time, for example it fading or something like that...
asked by 25.01.2018 / 04:35
2
answers

Hover in selector: before

I came across a situation, even know how to work around, doing otherwise, but I would like to know if it is possible to use: hover in an: before element, I have the following structure: <a href="" class="call-box call-info-city block">...
asked by 11.09.2014 / 20:55
1
answer

Add footer with xhtml2pdf in specific pages with Django

I have a default footer that is displayed on some pages when generating the PDF with xhtml2pdf using Django which should be positioned at the bottom of the page. But in some I do not want to display. With the current code I can position it at...
asked by 18.01.2018 / 23:04
1
answer

Correct font-face application

It is known that fonts of type woff and woff2 are not supported by all browsers, I am using it in my page and in the google chrome console it has problems downloading font type woff2 , no mozilla as .woff . Could you...
asked by 18.01.2018 / 22:42
0
answers

Height of my website

Good night, I made a responsive website and I was testing in mozilla to see how it was on the mobile devices and it seemed okay, but when I put it in the air it was not what I expected. This is how I tested it and how I wanted it: That'showyo...
asked by 18.01.2018 / 23:03
0
answers

How do I know where a specific script is running in a particular HTML element?

Has a javascript running on a particular page, I'd like to find out where it is, ie the path or at least the name. For example: "./files/global.js.download". I have a page that has several with js, if deleting one gives to find out but it is ver...
asked by 18.01.2018 / 15:44