Questions tagged as 'css'

2
answers

Icon on image using CSS and Material Design Icons

I have the following code: .stat { color: #4c4c4c !important; float: left !important; font-size: 10px !important; line-height: 17px !important; text-align: center !important; text-decoration: none !important; width:...
asked by 15.07.2017 / 00:36
2
answers

Limit length of a text

If I have a div #div {width:300px;height:200px;overflow-y:scroll} The user will add a text with prompt , which will be added as a paragraph element with: element.createElement("P") How can I limit that if the user enters a...
asked by 28.07.2017 / 00:30
1
answer

How to create the logo for my website?

I am trying to create a logo for my website but I only get the result that you will see in the bottom part. I want to put that logo in the navigation bar and that the icon that appears to the left of my name does not appear. Surely I am doing ba...
asked by 29.11.2017 / 23:34
1
answer

CSS / Javascript Filling Effect [closed]

I need to generate a fill effect by CSS, CANVAS or SVG, which is done on the PNG image that I have. The filling can be horizontal or vertical. It must be on the image. Current Expected : The effect does not necessarily have to be...
asked by 04.12.2017 / 15:42
3
answers

As insert invisible characters (hidden) in a text

A while ago I saw a website in English that I was unable to translate with any online translator, including Google translator. This is a piece of text:    Саrrоts аrе nоt јust fоr Вugs Вunnу! Іt іs а rісh sоurсе оf nесеssаrу   nutrіеnts аn...
asked by 28.06.2016 / 04:40
1
answer

Dialog bubbles with keyframe

I have the following speech bubble or dialogue bubble that will tell me if the figure in which the mouse is located is a box or circle, the point is that the bubble comes out suddenly, as you might encourage it to come out more slowly and smooth...
asked by 03.05.2018 / 17:51
2
answers

place the image on the right

Good! How can I make the second image on the right? I put a single class for her that is called derecha but the problem that when float right, the page loses its flow and are piled on top of each other. I just want the second one, t...
asked by 11.09.2017 / 13:07
1
answer

CSS - Triangulos con box shadows

I'm having a little problem with funds and box-shadows. As you can see in the image, the triangle (made with CSS) has as an edge that lets see that gap, breaking the shadows of the box-shadow of both elements. The code is as follows:...
asked by 23.05.2017 / 22:41
1
answer

Modify status: focus from HTML

I wanted to modify the :focus status of an HTML element from the HTML tag itself. Let me explain, for example I can define the styles on the label itself: <div style='background: grey'> </div> That in CSS would be e...
asked by 28.05.2017 / 22:38
1
answer

Rotate an image by clicking - DOM - Javascript

I have the following CSS where I have the classes to add the rotation effect on an element: .animal{ width:200px; height:200px; margin:25px; float:left; background-size: contain; } .rota{ transform: rotate(360deg);...
asked by 31.05.2017 / 16:18