Questions tagged as 'css3'

1
answer

Center text and change color JSP CSS

I would like to put my items from my menu in the center and change them in color, in case I put a white color but I can not get it #menu{background-color:#6495ED;}.conteudo{display:inline;text-align:center;padding:10px;color:white;}<navid...
asked by 20.09.2017 / 02:02
1
answer

Tag to include a reference source

It may be a stupid question, but I'm not finding an answer in my searches. I am building a web page on html5 about fruit pulp and I am inserting information from other web sites and I want to leave the source of the information so that the users...
asked by 22.08.2017 / 18:27
3
answers

Catch the child element of the child in css

I have the following html structure: <div class="box1"> <p>texto</p> <p>texto</p> <p><img src="imagem1.jpg"></p> <p>texto</p> </div> <div class="box2"> <p>texto...
asked by 04.08.2017 / 00:43
1
answer

Change the anchor position of the top css selector?

Hey, I'm having a problem defining a web design. my problem consists of doing a <div> that is being used to draw a cross line on an "html" page. But when I use -webkit-transform: skewY(10deg) the margin-top position is center...
asked by 08.09.2017 / 21:18
1
answer

Use label instead of href

I have the following css * { margin: 0; padding: 0; } ul { display: block; list-style: none; border: rgb(0,0,0) 1px solid; } ul li { display: inline-block; width: 50px; height: 50px; text-align: center;...
asked by 22.09.2017 / 18:09
2
answers

Bound logo and title when resizing the window

How to solve the print problem? I'm developing a responsive registration page, but the logo and the title are giving me a lot of headache, I've tried everything I know and I could not solve it, it's getting like that from a 500px. The problem is...
asked by 02.07.2017 / 23:48
1
answer

How to adjust the Responsiveness of a Value?

I have a " value " of a form "that has a text" Say Hello ". I need to increase the font-size that is there. How do I do ? HTML5 : <section class="block-body"> <div class="row"> &l...
asked by 20.06.2017 / 02:13
1
answer

Why is my div getting an extra 40px?

I am studying css3, I am creating crids inside crids and there is something wrong, my ul that has with the "side" class is gaining extra 40px, consequently the child li "grid1" has space left in 40px. / p> index: <!DOCTYPE html> &l...
asked by 09.07.2017 / 16:50
1
answer

How to make div with arrow?

I'm grateful if someone can show you how to make these div's that stay on the globe with a small "arrow" pointing to the item that the user is browsing, using only HTML and CSS Here's the sample image:     
asked by 09.07.2017 / 21:34
2
answers

How to make a responsive image with CSS?

I'm using css to make the article.noticiaprincipal image responsive, but in addition to not working it disrupts the later elements. CSS article.noticiaprincipal{ float: left; width: 885px; /* 885px */ height: auto; } article....
asked by 19.06.2017 / 00:42