Questions tagged as 'css'

1
answer

Doubt wordpress

I have a very basic question. I'm starting to use Wordpress and would like to know what I need to do to set up the onepage theme. I downloaded the template but when I install it it is in a blog format. How to use the theme as page onepage as...
asked by 05.01.2018 / 15:53
1
answer

How to make the lightbox appear in front of everything?

I use the Ebit Banner for customers to evaluate the purchase on the site, but the lightbox of it always appears behind all elements of the page. How do you make it appear in front of everything? The code below is a summarized version of...
asked by 04.01.2018 / 19:45
1
answer

Problem in leaving a video fixed in the background of a section

(thebackgroundofthesectionisfixed,butthevideoisnot)Couldanyonehelpmetoleavethefixedvideoequaltosectionbg?code: @import url('https://fonts.googleapis.com/css?family=Paytone+One'); *{ margin: 0; padding: 0; font-family: helvetica; }...
asked by 05.01.2018 / 00:50
1
answer

Menu changing page content [closed]

Talk to me, I'm producing a Site and I made an HTML + CSS Menu, the only problem is that the Menu is changing the positioning of things that are below it, eg: if the menu exists and below there is a < p > Test < / p > when scrolling...
asked by 05.01.2018 / 00:44
1
answer

How to remove column spacing in bootstrap

Good afternoon everyone, I'm working with columns and I came across a problem that's been hitting me for a long time, as you can see in this example link , I need the "Box 3" and also the "Box 5" are not down there, I want the elements on the l...
asked by 02.12.2017 / 16:24
1
answer

Scrool Mouse Accompanying lines, with css and jquery

I need to make sure that the scrool of the mouse is running down, it follows a line to the side, this I was able to do, as I show in the link below Click here to see the example My difficulty is when you open the page and Two Lines alr...
asked by 24.11.2017 / 17:02
1
answer

Paragraph html does not "break" and content is hidden

I enter several comments that are received from the bank with the code below: $retorno = '<ul>'; while($row = mysqli_fetch_assoc($select)){ $retorno .= ' <li id="comentario-resposta-'.$_POST['id'].'" clas...
asked by 23.11.2017 / 22:03
1
answer

Faster way to use CSS [closed]

Which is the fastest to use: .testando1{display: none;} .testando2{display: none;} .testando3{display: none;} .testando4{display: none;} .testando5{display: none;} Or: .testando1, .testando2, .testando3, .testando4, .testando5 {display: n...
asked by 23.11.2017 / 17:35
1
answer

Background dotted or striped in css

Does anyone help me make a dotted or striped background in css?     
asked by 25.11.2017 / 19:23
3
answers

How to separate title and content in html?

<!DOCTYPE html> <html> <head> <title> Meu teste </title> <meta charset="utf-8"> <style> #titulo { background-color: blue; position:fixed; } &l...
asked by 20.12.2017 / 02:15