Questions tagged as 'css'

1
answer

How to center the CSS menu

I have this project here to create the structure of an application, but I can not centralize the menus at all. I would also like the page to be responsive. Follow the code: *{margin: 0; padding: 0;} body{ font-family: arial, h...
asked by 16.11.2017 / 21:19
1
answer

Insert field in mysql [closed]

I have a system where you have registered games and the logged in user tries to hit the results of these matches, Each game has a registry id that has the name (game) in the database, I already have an if and else if it matches or erase the scor...
asked by 09.11.2017 / 21:39
1
answer

Spacing between rows

I'm using the Materialize Framework on a website, but when I create two lines it gives me that spacing, does anyone know how to fix it? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <!--...
asked by 29.10.2017 / 15:54
1
answer

CSS: Slider

I'm starting in Web programming, and I'm customizing the MyAnimeList list. I have access only to CSS, and wanted to edit some effects. I have the following screen: Tomaketheupper-leftbarwork,thefollowingcodesareused:HTML<divclass="list-me...
asked by 22.11.2017 / 22:07
1
answer

css hover on a table with rowspan

Table - Example table, th, td { border: 1px solid black; } tr:hover { background-color:coral; } <table> <tr> <th>Col 1</th> <th>Col 2</th> <th>Col 3</th>...
asked by 24.10.2017 / 14:10
1
answer

Assign height of the CSS ol, so that the text does not evolve the number

I need to make a list of topics with the numbering on the side, I used html to do this, but I can not make it look like the image below I'mdoingthis .numeros_cases, ol{ list-style:none; counter-reset:item; } .numeros_cases, ol l...
asked by 01.12.2017 / 13:25
2
answers

How to make element appear after scroll

I want to do a simple effect, which would be to apply a animate effect to a div , increasing its height after scrolling the page, and when the page rolled to the top again, that div would return to style initial. CSS &l...
asked by 01.12.2017 / 12:37
2
answers

A different color for each column highcharts

I have a horizontal bar chart of Highcharts, I would like each bar to have a color, but I only set them with a series using a bank query, in which case I can only pass one color to the whole chart. I searched in various places, I did not find...
asked by 01.12.2017 / 19:12
1
answer

Apply CSS to a line

At the moment it looks like the code below, but I wanted the inputs related to the Crachá, Pessoa, e Nome fields to be aligned with a <div class='col-lg-12'> . But when you put the button to open a modal next to inpu...
asked by 24.10.2017 / 20:14
2
answers

Side menu with height 100% does not match the size of the "content"

I have the following structure at the moment: Sofarsogood,thesidemenuhasheight:100%andisgoingallthewaytothebottomofthepage.Incontent,wehave8inputswhicharenotenoughtogettothebottomofthepage,sothemenuisnormalandnoscrollbarappears(becauseitisno...
asked by 21.11.2017 / 22:24