Questions tagged as 'css3'

2
answers

Starting to lay out

I'm making a website and seeing the changes with Chrome. I have finished designing the web and all the content when changing to a resolution (1366X768) is misplaced and many elements do not occupy 100% of the box. I mean, I get the feeling that...
asked by 18.08.2017 / 19:34
1
answer

Organization chart with html5 and css3

I have this code, which is an organization chart .organigrama * { margin: 0px; padding: 0px; } .organigrama ul { padding-top: 20px; position: relative; } .organigrama li { float: left; text-align: center; lis...
asked by 30.10.2017 / 16:30
1
answer

I want to make a textarea that has a modifiable and a non-modifiable part

I want to create a textarea in a form made in HTML , using simple CSS in which I can see information that I have already entered and then within the same textarea can add text. I managed to do something similar usin...
asked by 27.07.2017 / 21:14
1
answer

How can I put the opacity attribute on an element without affecting another element that is inside?

What I try to do is put the opacity on an element that has another element as a child, but if you add it to the parent element the child element inherits that opacity and I do not want that. I want to make them contrast, so that the child loo...
asked by 23.06.2017 / 05:50
1
answer

See if there is an image and put it in a news item

I'm doing a very simple "news load" and when I speak of simple, believe me it's very simple ... I have a table where I load the titles, and a little picture on the left and a summary. It has more to the right a button where the user enters to re...
asked by 05.07.2017 / 17:14
3
answers

a href to an identifier with margin

My question is if you can do a href to an id but send you 5px higher or 10px for example: <a href = "#nosotros"></a> <div id = "nosotros"></div> That looks like this and not stuck up like here    ...
asked by 07.03.2017 / 18:45
1
answer

Conditional with PostCSS

I am using PostCSS and I am using it as in the documentation but I am using it as part of a function in a separate file called variables, when I run it I get: Failed to parse expression Here I have it like that in the css variables.cs...
asked by 30.01.2017 / 23:21
1
answer

Animations CSS3 or JAVASCRIPT [closed]

What is the difference between the animations that you can create with CSS3 and with Javascript? On what occasions is it better to use one or the other?     
asked by 27.12.2016 / 02:58
1
answer

Capture the state of a Css animation

Greetings, I have the following div spinning with @Keyframes. What I need is that when you click on the same div, capture the current angle it is in. const go = document.querySelector('#box'); const box = document.querySelector('.box');...
asked by 26.12.2016 / 13:33
2
answers

-webkit-linear-gradient CSS works with few values but does not work with many

I have this line -webkit-linear-gradient(-20deg, #F15A24 87%, transparent 13%); It works well !! But when I try with more values, it does it badly -webkit-linear-gradient(49deg, #575757 52px, #f6f6f6 39px, #092432 429px, #736357 173px,...
asked by 11.10.2016 / 23:43