Lakshmi Srinivas has Published 315 Articles

How to delete useless images in your whatsapp automatically

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 06-Jul-2020 13:37:01

2K+ Views

Probably WhatsApp is the most memory-consuming instant messenger today. As if Good Morning messages with hot cup of coffee and a croissant or some chirping bird were insufficient, the enthusiasts are creating and sending messages for greeting “Good Afternoon” and “Good Night” too. These images and other media files start ... Read More

Display the flex items with space between the lines in CSS

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 04-Jul-2020 08:11:30

120 Views

Use the justify-content property with value space-between to add space between the lines.ExampleYou can try to run the following code to implement the space-between value −Live Demo                    .mycontainer {             display: flex;     ... Read More

CSS hanging-punctuation Property

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 04-Jul-2020 07:56:42

68 Views

Use the hanging-punctuation property to set whether a punctuation character may be placed outside the line box.It has the following valuesS.NoProperty Value & Description1.NoneNo punctuation mark2.FirstPunctuation outside the start edge of the first line3.LastPunctuation outside the end edge of the last lineSet it like this in your web page −hanging-punctuation: ... Read More

Shake Animation Effect with CSS

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 29-Jun-2020 07:21:16

824 Views

The shake animation effect move (an object) up and down or from side to side for an element.ExampleLive Demo                    .animated {             background-image: url(/css/images/logo.png);             background-repeat: no-repeat;     ... Read More

Rotate In Animation Effect with CSS

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 29-Jun-2020 07:13:32

298 Views

To create a rotate in animation effect with CSS, you can try to run the following code −ExampleLive Demo                    .animated {             background-image: url(/css/images/logo.png);             background-repeat: no-repeat;       ... Read More

Roll Out Animation Effect with CSS

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 29-Jun-2020 07:06:22

225 Views

To create a rollout animation effect with CSS, you can try to run the following code −Example                    .animated {             background-image: url(/css/images/logo.png);             background-repeat: no-repeat;           ... Read More

Map the colors of the object to their opposite values in the color spectrum with CSS

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 27-Jun-2020 12:24:25

113 Views

0Invert effect is used to map the colors of the object to their opposite values in the color spectrum, i.e., to create a negative image.The following parameter is used in this filter −S.NoParameter & Description1InvertMaps the colors of the object to their opposite value in the color spectrum.ExampleYou can try ... Read More

Flip In Y Animation Effect with CSS

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 27-Jun-2020 12:16:22

93 Views

To implement Flip In Y Animation effect with CSS, you can try to run the following code:ExampleLive Demo                    .animated {             background-image: url(/css/images/logo.png);             background-repeat: no-repeat;         ... Read More

Bounce In Left Animation Effect with CSS

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 26-Jun-2020 08:16:05

163 Views

To implement Bounce In Left Animation Effect with CSS, you can try to run the following code −ExampleLive Demo                    .animated {             background-image: url(/css/images/logo.png);             background-repeat: no-repeat;     ... Read More

CSS stress property

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 26-Jun-2020 07:14:27

189 Views

This property specifies the height of "local peaks" in the intonation contour of a voice. English is a stressed language, and different parts of a sentence are assigned primary, secondary, or tertiary stress. The possible values are −number − A value between '0' and '100'. The meaning of values depends on ... Read More

Advertisements