Questions tagged as 'css'

1
answer

How to do a wordwrap within a pre?

I have a <pre>Oie</pre> tag I wanted this text to be at maximum width of 595px word-wrap:break-word; What I did was the following pre { width:595px; word-wrap:break-word; } I do this, but nothing happens, I just sque...
asked by 23.11.2017 / 19:11
2
answers

Blank spacing does not leave the html document

Well, I've looked for several solutions like: *,html{ margin: 0; padding: 0;} / body, html{ margin: 0; padding: 0;} , but none solved the blank spacing solution on the page, follow the code Follow the html: <!DOCTYPE html&...
asked by 21.11.2017 / 14:36
1
answer

I'm having trouble to make an .css file

Hello, I'm new here, and I'm studying front-end, but I'm having problems, when I save a file in css, to add in HTML, that same file is empty even though I save it as (.css) and It does not change what I've edited! OBs = the same file I saving .cs...
asked by 21.11.2017 / 14:53
1
answer

Css does not work in firefox

I'm starting to study css for a certain need. I'm trying to develop a project for learning purposes, but css is crashing in firefox. I have the following html code: <!DOCTYPE html> <html lang="en"> <head> <meta...
asked by 24.11.2017 / 13:40
0
answers

Array in a PHP mosaic

I have a mosaic mounted in html and css, what I need is to mount an array bringing the last posts of the database, and list in it, going through all the divs in sequence, I always programmed an array for a DIV only, I'm using PHP instead of PHP....
asked by 29.11.2017 / 14:02
1
answer

How to change the CSS in this case?

Good morning everyone! Being objective. I want to change the CSS of two different pages at the same time, with an on / off button in one of them, and that this change is made in all of them, but I have the following difficulties: The on / off...
asked by 17.11.2017 / 13:47
1
answer

The icon is not working

<?php require_once 'Classes/ProjetosVO.php'; require_once 'Classes/ProjetosDAO.php'; $objBDProjeto=new ProjetosDAO(); $objProjeto= new ProjetosVO(); $rsProjeto= $objBDProjeto->ListarProjetos("1"); $tblProjeto= mysqli_fetch_array($rsProjet...
asked by 01.12.2017 / 00:21
1
answer

Different font style in each browser

I created a website and went to test in the browsers, and I noticed that in each browser the font used is in a way. I put up a photo for you to see how it looks, the question is: Is it possible to put the chrome font, to be standar...
asked by 01.12.2017 / 02:08
1
answer

Local server does not update css and javascript

Every time I enter my development environment I have to clear the browser cache for the css and javascript file to run or put "? 1" in front of the file that pulls the css and js to force the server to update. I already put <meta http-equi...
asked by 30.11.2017 / 23:07
2
answers

Structure content of a course [closed]

I'm a beginner, both HTML and CSS. As you can see in the image you need help solving 3 problems: I want to make a sort of menu (or splits) that will be the modules of my course. This menu will list (class1, class2) vertically. 2- I would...
asked by 16.11.2017 / 15:02