Questions tagged as 'css3'

1
answer

I can not get the path to the .css files right

I have the following structure for a project: And I can not get the css styles loaded. If header.php is inside includes and CSS files inside css why does not it work ../css/style.css ? What route do I have to put? /css/b...
asked by 12.10.2016 / 08:08
1
answer

Error in HTML5 Calculator: TypeError: Can not set property 'onclick' of null

I think the problem is in the declaration of variables the code is not yet complete because it lacks functions to assign but the basic functions are not working for me: addition, subtraction, multiplication and division. with them the numbers. P...
asked by 21.02.2018 / 20:58
3
answers

Change class css dynamically in javascript

I want to change the value of a property of a css class dynamically with javaScript For example, having: $(".miClase").css("visibility", "visible"); .miClase { visibility: hidden; } <script src="https://cdnjs.cloudflare.com/a...
asked by 17.12.2018 / 17:23
3
answers

Gradually change the opacity of divs using CSS

I am looking for a purely CSS solution to the following problem. I have a div that contains an indeterminate number of divs, I'm looking for that given an RGB color, for example, (0,0,0) and a range of opacity values (0.3 - 0.7)...
asked by 06.03.2017 / 23:01
2
answers

How to make the placeholder align to the left

I want to align to the left because it is very far to the right <div class="login.page"> <div class="widget-shadow"> <div class="login-body"> <form action="thanks.html" onsubmit="validarformulario()">...
asked by 23.08.2017 / 17:06
4
answers

Calculate CSS3 percentage

How can I calculate the equivalent at width in pixeles ? That is, if I have: width: 250px; How do I calculate it in % ? , to make my website suitable for all resolutions     
asked by 13.07.2017 / 22:47
4
answers

Center div with CSS

I'm making a profile with your image as verified, but I can not get the image check to be placed next to the image of the profile, I put the parent div of the check as position:absolute but it does not work either. .profile...
asked by 28.04.2017 / 02:22
2
answers

How to transition to linear-gradient?

How can I make the transition work with the example 1 that has the color made with linear-gradient , like the example 2 that has a solid color? p> If possible, only in CSS .e1 { width: 70px; height: 70p...
asked by 06.09.2017 / 15:36
3
answers

Poorly centered elements

Good, why do the map and the text below appear off center? This on the computer screen does not happen to me, it happens to me when the width of the screen is less than 1200 px (approx) , ie an iPad screen for example. How could I...
asked by 13.09.2017 / 13:23
4
answers

How to center modal window with css?

I'm using top: 50%; but I do not focus vertically on the modal window, what's the problem? CODE: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <!DOCTYPE html> <h...
asked by 27.04.2017 / 01:21