Questions tagged as 'css'

1
answer

Pre-processor stylus - Error while running the stylus watch

Hello, I have the following problem: When you run the command stylus main.styl main.css -w the stylus compiles what is saved, that is, it takes what is in the files styl/title.styl and styl/button.syl and plays to...
asked by 25.02.2017 / 18:51
1
answer

Aligning list items

I have the following code: ul { list-style: none; list-style-position: outside; padding-left: 0; } li { margin-bottom: 20px; } li:before { content: "92"; padding-right: 10px; } p { display:...
asked by 21.04.2017 / 00:39
1
answer

Help with footer misaligned in flexbox

I would like a help with my footer , which is getting totally misaligned, I already tried clear: both , but without success, I would like some help to correct this error. the original footer code is this: link and my current pro...
asked by 17.01.2017 / 14:46
1
answer

Remove background color from input in autocomplete

Something that makes me very uncomfortable is when the google browser autocompletes something and leaves the input with a yellow background, how can I remove it?     
asked by 19.01.2017 / 14:03
3
answers

How to use the same text in multiple HTML so that I can edit them by CSS?

I have several HTML (more than 500 HTML) that will use the same title for all, for example: "Projects for 2017" will be the title in the 500 files Then I'll need to change the title for "2018 Projects" But I do not want to have the job of...
asked by 16.02.2017 / 17:35
1
answer

Validate List of radium buttons with Angular.JS

I have a list of radium buttons and I need to control by angular: Validations: one option at a time and display message. Code:<!DOCTYPEhtml><html><head><title></title></head><body><div><labe...
asked by 10.02.2017 / 21:50
1
answer

How to keep site elements in the same place all the time?

I have the following HTML code: <div id="geral"> <p class="texto_grande_titulo">...</p> ... </div> In CSS: div#geral{ background-image:url(../imagens/borda.png); background-repeat:n...
asked by 12.02.2017 / 17:50
2
answers

Vertical column alignment

I'm doing a code snippet where there are 3 "columns" within a "row" of foundation 5 as per the code below: .row{ background-color:yellow; } .align-vertical{ align-vertical:middle; } <div class="row align-vertical"> &...
asked by 31.03.2017 / 14:23
1
answer

CSS is not being loaded in PhP code

I have the following code: <?php include ("head.php");?> <title>módulo EAD</title> <body> <div class="container"> <header> <div class="page-header"> <h1>Bem vindo ao módulo EAD</h1&g...
asked by 04.04.2017 / 20:27
1
answer

Help with Gulpjs

I'm having a little problem with gulp's tasks. I'm trying to listen for file changes with watch and refresh browser with browser sync. Follow the code: var gulp = require('gulp'); var sass = require('gulp-sass'); var pug...
asked by 06.01.2017 / 23:34