HTML Section With Curve By CSS3

here we make the HTML  Bottom part of each  Section curve by  CSS transform: skewY property. HTML <section class=”part1″> <h1>section 1</h1> <p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Deleniti, laudantium suscipit velit facilis beatae quibusdam illo illum et quia doloremque quas modi voluptates esse voluptas voluptatem fugiat tenetur consequatur

Read More »

How Do I Limit Data Usage On Windows 7? [ Guide #2023]

Today’s society relies heavily on computers. Our favorite way to interact with them is through using them. A machine’s ability to connect to the Internet is one of its most notable features. People surf the internet for hours at a time. Most consumers are concerned about the speed and data

Read More »

Python map function

The map() function applies a given function to each item of an iterable (list, tuple etc.) and returns a list of the results. The syntax of map() is: map(function, iterable, …) map() Parameter function – map() passes each item of the iterable to this function. iterable iterable which is to be mapped You can

Read More »
No data found.