Questions tagged as 'css'

1
answer

Problem with background in svg

I'm studying a bit about svg and found the giant forms incredible on the websites, however I'm having a hard time reproducing correctly. I created a form of size 693x768 that will cut a page, but I can not make it always fill 100% in height. H...
asked by 04.04.2015 / 00:29
1
answer

Footer does not appear on the first page - Laravel DomPDF

I have the following code in my application to generate a PDF report: $head = '<html><head>' . '<title>Relatório</title><style type="text/css">' . '@page {margin: 120px 50px 80px 50px;}.head{font-size:...
asked by 05.05.2016 / 16:52
4
answers

HTML - Space between tds

Is there any way to give spacing between <td> as in the figure below? OBS: With right-only spacing of <td> .     
asked by 07.12.2015 / 19:08
2
answers

Difficulty putting a color in the font in CSS

Note the following code: <div class="faxa_menu"> <div class="row"> <div class="col-md-4">logo tipo</div> <div class="col-md-8"> <div class="navbar"> <ul>...
asked by 29.11.2015 / 15:07
1
answer

HTML does not load font style located in remote folders

The index.html file is in localhost , but the font and the .css file is on a remote server : This is the source link: link What have I tried? @font-face { font-family: 'ProximaNovaBold'; src: url('ht...
asked by 01.02.2016 / 19:56
2
answers

Is it possible, in CSS or JavaScript, to leave a transparent image color?

For example, we have this boat: <div> <img src="https://cdn2.vectorstock.com/i/thumb-large/94/56/lifeboat-vector-3669456.jpg" > </div> In this case, I want the transparent white color (#FFFFFF), but it could...
asked by 26.06.2018 / 08:34
4
answers

Remove spaces in the input fields

Colleagues. I have a form that I would like the user to copy a particular word and paste in the input field, remove the spaces between the phrase or word copied automatically. Would you have any means in CSS or Javascript?     
asked by 06.01.2017 / 14:37
3
answers

Format search field with CSS button

I want to format the button on the side of the search field like this: ButIcannot: HTML:<divclass="col-6 col-md-4"> <div class="busca"> <input type="text" id="campo_busca" placeholder="O que você procura?"> <bu...
asked by 27.09.2017 / 17:53
2
answers

How to stylize only a snippet of text?

I want to know how I can have a result like this in my text: I want to highlight a certain section and by bold. <p> A ferramenta é 100% online, desenvolvida com as mais modernas tecnologias </p>     
asked by 06.05.2015 / 15:30
2
answers

How to make CSS reminders when hovering the mouse cursor? [duplicate]

How do I get a tooltip by hovering over the question mark icon? See the example in the figure below: Youcanalsoviewtheexamplebyclicking here .     
asked by 29.03.2016 / 00:30