Questions tagged as 'css'

1
answer

CSS - position an element on the right

Iwanttopositionthediv"bookright" on the right side of the HTML page I believe I have the correct CSS code but it is not working. pf see the photo, at this moment it appears underneath the image, I want it to appear on the side, on the right sid...
asked by 06.05.2017 / 16:57
2
answers

New page in html

Let's say I have a site called site.com.br, and two HTML files. One called index.html, and another, sub.html. I would like to make the index.html file stay on the site as only site.com.br and sub.html stay as site.com.br/sub.html . How...
asked by 10.05.2017 / 04:24
1
answer

Creating tables through div

I would like to create a table structure that can have a variable amount of columns, for example, one hour might have only 3 columns and at another time it may have 5 or 6 columns, that number is not limited, that amount columns will not change...
asked by 10.05.2017 / 14:38
1
answer

Help with placeholder that does not change color

People, I really need your help. I'm developing a website. I'm studying more accurately html5 and css3, and I'm getting a problem I can not solve ... Here is the format of the site in CodePen: link And if you want to download on your...
asked by 07.06.2017 / 08:05
1
answer

I have a problem with this slideshow

I've been trying to find the problem for the longest time (note: I'm a beginner in this area), it happens that when the background changes the image, in a small interval it's like a flash, and how I changed from jquery to css, because was not ma...
asked by 06.06.2017 / 04:34
5
answers

How to change the contents of an img src?

I'm trying so, but it does not work <head> <title>Woman</title> <style> body{ background: black; } @media screen and (max-width: 767px) { .mobile...
asked by 17.04.2017 / 14:48
1
answer

Difficulty with text alignment on the Ionic 2 button

I started my studies with Ionic 2 these days and I can not align the text of the Ionic buttons to the right or left, it is only in the center. 1 - I tried to use the markings reported in the Ionic Doc (text-left, text-right), I did not succee...
asked by 23.04.2017 / 03:03
1
answer

Div entire screen with Bootstrap?

I'm trying to create a div in the whole screen that will serve as a loading , but I'm having a problem because in <header> I have a navbar that I set to navbar-fixed-top and div covers this area of...
asked by 13.05.2017 / 18:14
1
answer

bug multiply coins flip jquery

I'm developing some kind of game of the old one, but there is an error that is disturbing me, I need the flip animation to work all the coins, but it only works at first ignoring the others. code: link As you can see in codepen, the code...
asked by 16.05.2017 / 10:20
2
answers

Appear after the hover

I'm having a question, I'm developing a site based on a layout in PSD and in the main menu, it has a hover that makes an underline that is custom: I thought of putting it as after and when I did the hover, it would appear, but I'm having a...
asked by 04.04.2017 / 14:34