Questions tagged as 'css'

2
answers

how to reference external css in an HTML page

I'm learning html but I do not know why I'm not getting it calls a css file, which I created separate for my html. <html> <head> <meta charset="UTF-8"> <title> aula 5 </title> <link...
asked by 29.03.2016 / 06:58
2
answers

Using HTML5 tags as CSS3 selectors is a good practice?

Using HTML5 tags names like most CSS selectors is a good practice? Whether it's because I'm not creative to give names to ids or classes, or because I want to leave the HTML code as clean as possible, leaving only the structure and sema...
asked by 08.12.2016 / 16:38
2
answers

Is there a standard for structuring a website in HTML?

I'm creating a website and I have the following structure: <body> <div class="container"> <?php require_once('includes/header.php'); ?> <?php require_once('includes/main.php'); ?> </div> <?php requir...
asked by 15.02.2017 / 14:42
1
answer

@media print css

Maybe these questions can be called "idiot", but believe me, I need to ask this here why I have not found anywhere on the internet and who can help me will be very grateful ... Is there any way to do 2 (two) or more "@media print" from css? F...
asked by 18.07.2016 / 16:55
3
answers

Remove "select" arrow [duplicate]

Code: <select class="backcolorselect" id="st" name=""> <option class="backcolorselect" value="Sim">Sim</option> <option class="backcolorselect" value="Não">Não</option> </select> I need to r...
asked by 10.06.2016 / 14:25
1
answer

How to do an underline effect by controlling the size of the underline

How to make a title have an underscore, but can control the size of that underscore. Here is an example of what you want:     
asked by 14.12.2018 / 15:05
1
answer

Section with two colors

I'm having trouble making a section with two colors (one occupying 70% of the section and the other color the remaining 30%), I would like to know how I can do this follow the example: suggestions?     
asked by 23.10.2018 / 03:39
1
answer

Effect of increasing and decreasing border size

I found on a site an example of a just field increasing the border, follow the GIF below: I would like to know if I can in addition to increase, decrease the border size of an html element in the call of the same event? It would be...
asked by 25.10.2018 / 17:32
1
answer

Prevent Element Edge from Growing by Using Transform: Scale

It's a very simple question, but I did not find an answer ... I have an element that has a borda of 1px . But when I make a :hover on it I apply a transform:scale() but the width of the borda of it tb seems t...
asked by 22.11.2018 / 12:09
3
answers

Problems with table in IE

In IE,% cells of% do not accept CSS values. td:first-child{ width: 52%; } I created a jsFiddle with the html / css table: link     
asked by 05.02.2014 / 14:16