Questions tagged as 'css'

1
answer

My css file does not change formatting

Some days ago I had this problem. I put the css file in the document home.php <link href="css.css" rel="stylesheet"> the formatting goes, but later when I will include other formatting in the css.css file no change appears at all....
asked by 20.02.2017 / 22:23
0
answers

Can I use display: flex when using viewport?

I'm a beginner in the development of responsive sites and I'm using the tag: <meta name="viewport" content="width=device-width, initial-scale=1.0"/> And furthermore in container building I'm using display: flex in css and us...
asked by 30.01.2017 / 17:01
1
answer

Slidedown effect with menus li

I'm trying to create an effect using css and jquery for a menu where it will have the effect of "slidedown" when clicked on a particular link, but even that I put the list inside a div com height: 0 it keeps popping...
asked by 26.01.2017 / 15:39
1
answer

Dotted effect on select and button in Firefox

Is there any way to remove this dither that appears when you click a select or button in firefox?     
asked by 10.02.2017 / 21:34
2
answers

Changing element display in hover of another element does not work as it should

I want to change the display of the elements with the .slide-prev and .slide-next classes. As I'm using a slide plugin, it automatically creates the navigation elements outside the ul, so the only way the display change worked was with javascrip...
asked by 11.02.2017 / 21:29
3
answers

align image to center over another image

I'm developing a website as a portifolio, I'm using wordpress and bootstrap, I created a div and inside it I put an img tag with the background image of this div, but now I want to put an image of my logo superimposed on the background, using so...
asked by 11.02.2017 / 00:08
0
answers

error html5 css3 element does not stick with what was specified

How can I make the elements stay the same as the first column element. because they are not as desired. in the first element I have two icones one of heart and one of check , but they do not repeat themselves in the respectiv...
asked by 10.02.2017 / 22:50
1
answer

HTML page with bad margins [duplicate]

I'm trying to put a slideshow on my page, but for some reason, the images have some kind of left margin that does not cover the entire page. Here's the image: HereistheHTML:<xmp><!DOCTYPE html> <html> <head>...
asked by 11.02.2017 / 21:34
2
answers

Responsive Site

This is the following, I'm having trouble modifying a footer on my site. I am using Bostrap to style the site, however I wanted to leave the radapé in two columns on mobile devices. The structure of my site is as follows: CSS: @med...
asked by 19.01.2017 / 20:27
0
answers

Options for Safari Browser

Hello, I use some CSS classes to align objects on the screen: height: 65vh !important; display: flex; align-items: flex-end; justify-content: center; However in Safari some of these classes do not work in Safari. I would like...
asked by 12.01.2017 / 19:35