Questions tagged as 'css'

1
answer

Odd and even do not work

I'm doing a theme in tumblr and wanted to change the color of the labels in the chat, so that in each line they alternated colors. It turns out that they all have the color set in odd .label:nth-child(odd){color: #012E5E; font-style: italic;}...
asked by 16.11.2018 / 16:06
2
answers

Leave a responsive screen according to monitor resolution

Good morning! I have a login screen, which I'm doing with bootstrap 4. How would I adjust the layout of the page so that the background image is not missing or exploding? As you can see in the image below, on 1440 x 1032 monitors, a low...
asked by 17.11.2018 / 06:55
1
answer

Hide information with javascript [DUVIDA] [closed]

I'm creating a simple HTML page and I split the page in two vertically, so In the part that is in blue would the logo and the info of the tool (I have not done yet). When I click the buttons it shows the information, and changing it as the...
asked by 04.11.2018 / 18:04
3
answers

Keywords with Jquery

I would like to do something like: Foreverywordtheusertypes,itlooksliketheimageabove.TheclosestIcouldgetwastoknowthenumberofwordshetyped,followthecodebelow: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">...
asked by 05.11.2018 / 19:37
1
answer

Best method to load images

I have an AMP page that I load the logo image by inserting the link inside the img tag, like this: <amp-img src="//i2.wp.com/www.meusite.com.br/wp-content/uploads/lgootipo.png" alt="logotipo" width="356" height="137"> However, what wo...
asked by 26.09.2018 / 01:18
1
answer

How to Make Materializecss Slider Resize Height According to Devices

I would like to make the Materialize Css slider that has a default height of 400px in all responsive sizes. I would like this height to have its height changed as per the device. I'm using the following CSS code .slider .slides { mar...
asked by 23.09.2018 / 15:53
1
answer

Menu spacing help

Well I'm trying to make a menu where I have, start / over / shop and then a space and the "fetch" and another space and a login / register, but I can not. Could someone help me? <header> <div class="logobg"><img src="images/logo...
asked by 23.09.2018 / 20:24
1
answer

Problem in leaving a responsive div

Well I created a div with a background and a form inside it to leave centered + 1 logo. html: <div class="fundobg"> <img src="images/logosecure.png"> <form method="POST" action="#"> <input type="text" name="pesquisar" plac...
asked by 23.09.2018 / 21:52
1
answer

How to add this "bar" above the menu? HTML + CSS

How to add a grid equal to what Stackoverflow has at the top of the menu? I know it seems like a very ignorant question on my part, but I find it very difficult in HTML and CSS!     
asked by 23.09.2018 / 05:04
1
answer

How to add a logo to the HTML + CSS menu?

What is the correct way to add a logo or just the "name" of the site to the left side of the menu? * { margin: 0; padding: 0; } .menu { width: 100%; height: 50px; background-color: #1a1a1a; font-family: Roboto; box...
asked by 23.09.2018 / 04:21