Questions tagged as 'css'

1
answer

Gray lines in Chrome [closed]

Myproblemisthatintherightcorneroftheplayertherearesomegraylinesthatleavethelookugly.However,whenIswipeinIE,itdoesnotdisplaythelines.Doesanyoneknowwhatitcouldbe?Followthe code in Pastebin . I thought I'd better put it there that's easier for ever...
asked by 23.06.2015 / 23:59
1
answer

Create a scrollable tab with javascript [closed]

What do you guys recommend to create a scrollable tab with Javascript?     
asked by 20.02.2014 / 09:23
4
answers

How to change the appearance of the site according to the device used, without requiring client or server script? [closed]

Does anyone here know how to create a responsive website from scratch? Without using a framework like Bootstrap? I need this because I get layouts in PSD all custom and it would be easier to create from scratch, since in a period not too...
asked by 03.02.2014 / 13:52
1
answer

How to insert an image via CSS? [closed]

Follow my HTML code: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"/> <title>web page</title> <link rel="stylesheet" type='text/css' href="css/estilo.css"/> </head>...
asked by 05.01.2019 / 20:18
2
answers

How to align menu using CSS (Only) [closed]

Hello, I'm developing a website and after creating a dropdown menu, I had a small problem. It is not spaced, and the sub menu that appears is horizontal. I'm not interested in putting border and etc., however, I need help arranging the menu so i...
asked by 17.12.2018 / 16:35
1
answer

What is the name of this bar? [HTML]

Good morning, does anyone know what the name of this bar is (red bar on the page below), or the effect name applied to it? link     
asked by 08.11.2018 / 13:53
1
answer

Center the page horizontally html css

How to horizontally center my logo, this arrow is not very horizontally centered, I wanted it to be ... Can anyone help me? I tried the top: 50% and it did not work ... @charset "UTF-8"; html { overflow-y: scroll; } .postagem { b...
asked by 12.09.2018 / 16:14
2
answers

How to remove the input type="reset" border without removing my border made in css?

#botoes { width: 270px; margin-left: 20px; } #botao { float: right; padding: 5px; 15px; font: bold 12px sans-serif; border-radius: 20px; box-shadow: 0px 1px 0px white; border: 1px solid #9eb9c3; background: #...
asked by 29.08.2018 / 15:45
1
answer

Button when clicked has effect on another

I made a button using ID's and even so when clicked it gives a margin-top=10px in both. What is my mistake? I want it to only effect the button that was clicked! button{ border: none; background-color: lemonchiffon; border-rad...
asked by 13.07.2017 / 22:45
2
answers

Shadow outside the div

I've always used shadow on the sides of the div. But is it possible to use the shadow on the outside (or top) of the div? As in this example?     
asked by 04.09.2018 / 17:56