Questions tagged as 'css'

0
answers

indentation with highlight.js

I'm having problems with the indentation with highlight.js, the code is being generated by marked.js. Has anyone gone through this or do you know any solutions? index.html: <!-- highlight.css --> <link rel="stylesheet" href="https:...
asked by 14.06.2018 / 04:23
0
answers

Text override when changing height property

I can not match the height of item "9". When I do this with the height property, the text overlaps. table{ border-spacing: 10px; } td{ vertical-align: top; padding: 5px; white-space: nowrap; }...
asked by 13.06.2018 / 21:04
0
answers

Semantics - Hide or remove feedback messages?

I know that this question can be closed because it is based on opinions but, in order to maintain good practices, it follows the following scenario: 1- User has made a registration on the site. 2- Display a feedback message and hide the me...
asked by 12.06.2018 / 15:50
1
answer

How to move a logo inside the div

I'm trying to center the logo on this panel by dragging it to the left. HeremyHTMLcodewhereIquoteit<divclass="logoLogin"> <img src="images/perfil-black.png"> <div> I have tried to use padding and margin in...
asked by 12.06.2018 / 19:46
2
answers

Same header and footer for multiple sites

Good afternoon! I work in a company that manages several sites (joomla - on different servers). All with the same header and footer. From time to time, we need to change all the headers and footers of all sites. This process, until then, i...
asked by 11.06.2018 / 19:24
0
answers

pass an image over another image

I have some problems in css I think I have an image that when I move the cursor changes to a text, but I can not get over another image. I already tried position:absolute but it only gave me error. Code: .bgs5 { height: 600px;...
asked by 14.06.2018 / 17:49
0
answers

Import file (excel, text), and display in a html page

All, good night. Look, I need some help. I made a presentation of results (print below), where the results are inserted in the notepad itself (brackets in my case) and shown in an html page (html, css, bootstrap). the results appear inside conta...
asked by 07.06.2018 / 23:55
0
answers

Import file (excel, text), and display in a html page

All, good night. Look, I need some help. I made a presentation of results (print below), where the results are inserted in the notepad itself (brackets in my case) and shown in an html page (html, css, bootstrap). the results appear inside conta...
asked by 07.06.2018 / 23:55
2
answers

Is it possible to create a class within a list?

I'm putting together a list that has an image and seto its size on the same line as the code below. <tr> <th> <img src="images/radio1.jpg" width="48px" , height="48px" /> </th> <th>Tradição AM&l...
asked by 12.06.2018 / 22:34
0
answers

Help to improve mix-blend-mode multiply effect

It's a rather complex case, but let's break it down, starting here. I needed to make an effect that, the color image gets a layer of black and white and does a multiply with a green layer. It's working (I do not know why you do not want to lo...
asked by 01.07.2018 / 23:04