Yaswanth Varma has Published 377 Articles

CSS Grid Layout

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 14:55:32

656 Views

In the early days of web development, developers had to use a variety of tricks and workarounds to arrange elements on the screen in a way that produced results that were consistent across different browsers. However, these days almost everyone uses CSS's most popular layout tools—FlexBox and the Grid. One ... Read More

CSS Flexbox Layout Module

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 14:53:56

248 Views

Even though CSS was designed to handle styling, web developers have always had a special issue when developing remarkable layouts, which nearly always requires the use of JavaScript. But Flexbox is here to make that different. For getting better understanding on the CSS flexbox layout module, let's dive into the ... Read More

CSS :first-letter pseudo-element

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 14:43:02

263 Views

For many years, drop caps have been utilized in print media to elegantly introduce the first letter of the opening paragraph in a section or chapter. Because they are applied to just one letter, these drop caps serve to attract the reader's attention. This is also a wonderful opportunity to ... Read More

Create rounded image with CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 14:29:42

2K+ Views

Using CSS, we can build a visually attractive HTML document. Sometimes, when creating a web page, we want certain images or elements to have rounded corners. The CSS border-radius property is used in this situation. It can be used to draw attention to your website and make it stand out ... Read More

Create blurred picture or text with CSS Filters

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 14:27:45

375 Views

Users find a website with a blurred background to be visually good-looking. But have you ever considered how this blur is made specifically? Well, it's quite easy. Let's look at how to use the CSS background blur property to do it. Using CSS filters to generate blurred effects on images ... Read More

Create a Column Layout using CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 14:26:29

346 Views

Web developers can organize and structure content in a visually good-looking way by utilizing CSS to create a column layout. Developers can define the number of columns by using the column-count property, while the column-gap property regulates the distance between them. This technique maximizes available space and improves readability, especially ... Read More

Change the padding of a button with CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 14:23:04

5K+ Views

Button padding, as used in web development, describes the gap that exists between a button's text or icon and its edges. With CSS (Cascading Style Sheets), you can change a button's padding. The CSS padding property is used to add space to an element's border and surrounding area. Padding is ... Read More

Center links in a Navigation Bar with CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 14:02:49

4K+ Views

One of the most crucial components of the website or application is the navbar. It usually sits at the top of your application and makes it simple for users to go to the most important areas or pages of your website or app. The major sections of your website are ... Read More

Avoid wrapping flex items with CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 13:37:42

4K+ Views

The majority of developers and designers employed various methods to produce responsive and flexible layouts prior to the release of the Flexbox layout concept. These methods consist of tables, and floats. Although one can still use these methods, most designers now use the Flexbox model. Users can arrange and organize ... Read More

Add shadow effects to text with CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Jan-2024 13:24:36

262 Views

The shadow effects are applied to the text, which helps to improve the design and style of the style. Our website can be made more visually appealing by using the CSS shadow. These are the visual effects of drawing that look like an object’s shadow, which helps the objects have ... Read More

Advertisements