Engineering Tools for AI

प्रोग्रामिंग

पेज बदलावों के लिए CSS संपादन शब्द

Header, button, spacing, hover और responsive बदलावों को नाम देने के लिए खोज योग्य संदर्भ।

63 परिणाम

पेज संरचना

Header

Header

अर्थ

The top area of a page, usually holding the site title, navigation, theme controls, language controls, and menu button.

बदलाव

Changing header padding, height, border, or position changes how tall and fixed the top area feels.

ध्यान दें

A taller header can reduce the visible content area, especially on mobile.

CSS

headerpaddingheightpositionborder-bottom

अनुरोध उदाहरण

Make the mobile header title smaller while keeping the header height the same.

पेज संरचना

Footer

Footer

अर्थ

The bottom area of a page, often used for links, legal text, contact information, or small navigation.

बदलाव

Footer padding and border changes affect the amount of breathing room and the separation from the content above.

CSS

footerpaddingborder-topmargin-top

अनुरोध उदाहरण

Add more top padding to the footer so it does not feel attached to the content.

पेज संरचना

Section

Section

अर्थ

A large content area that groups related content such as a hero, tools list, reference cards, or article block.

बदलाव

Section padding changes the vertical rhythm of the page. Background changes make the section feel separate.

CSS

sectionpadding-blockborder-topbackground

अनुरोध उदाहरण

Reduce the vertical padding of the tools section on mobile.

पेज संरचना

Container

Container

अर्थ

An inner wrapper that keeps page content from stretching too wide on large screens.

बदलाव

Increasing max-width makes content wider. Increasing side padding keeps content away from screen edges.

CSS

max-widthmargin-inlinepadding-inline

अनुरोध उदाहरण

Make the main container a little narrower on desktop.

पेज संरचना

Card

Card

अर्थ

A framed block that presents one repeated item, such as a tool, reference entry, or result.

बदलाव

Card padding, border, radius, and shadow control how dense or prominent each item feels.

CSS

borderborder-radiuspaddingbackgroundbox-shadow

अनुरोध उदाहरण

Make the reference cards more compact by reducing their padding.

पेज संरचना

Panel

Panel

अर्थ

A framed working area, usually holding controls, inputs, settings, or output.

बदलाव

Panel spacing and layout changes affect how easy repeated tool use feels.

CSS

borderbackgroundpaddingdisplay

अनुरोध उदाहरण

Align the panel controls in one row on desktop and stack them on mobile.

पेज संरचना

Navigation

Navigation

अर्थ

A group of links or buttons used to move between major pages or categories.

बदलाव

Gap, alignment, and visibility rules change how the navigation behaves on desktop and mobile.

CSS

navdisplaygapalign-items

अनुरोध उदाहरण

Hide the navigation links on small screens and keep the menu button visible.

पेज संरचना

Menu

Menu

अर्थ

A list of links or actions that opens from a button.

बदलाव

Position, width, and z-index decide where the menu opens and whether it appears above other content.

ध्यान दें

If the menu is placed in normal document flow, it can push the whole page down.

CSS

positionrighttopz-indexwidth

अनुरोध उदाहरण

Make the menu open as a floating panel aligned to the right.

पेज संरचना

Sidebar

Sidebar

अर्थ

A vertical area at the left or right side of the page, often used for navigation or filters.

बदलाव

Sidebar width and responsive rules decide whether it stays visible, collapses, or moves below content.

CSS

asidewidthpositiongrid-template-columns

अनुरोध उदाहरण

Move the filter sidebar below the content on mobile.

पेज संरचना

Hero

Hero

अर्थ

The first large section of a page that introduces the main purpose or action.

बदलाव

Hero padding, title size, and layout affect the first impression and how much content fits in the first viewport.

CSS

paddingbackgroundmin-heightgrid

अनुरोध उदाहरण

Reduce the hero title size on mobile so the action buttons stay visible.

स्पेसिंग और आकार

Padding

Padding

अर्थ

Space inside an element, between the border and the content.

बदलाव

Increasing padding-top adds more space above the content inside the element.

ध्यान दें

More padding usually increases the visible size of the element.

CSS

paddingpadding-toppadding-rightpadding-bottompadding-left

अनुरोध उदाहरण

Increase the top padding of the header slightly.

स्पेसिंग और आकार

Margin

Margin

अर्थ

Space outside an element, between it and neighboring elements.

बदलाव

Increasing margin-bottom pushes the next element farther down.

CSS

marginmargin-topmargin-rightmargin-bottommargin-left

अनुरोध उदाहरण

Add more margin between the hero section and the tools list.

स्पेसिंग और आकार

Gap

Gap

अर्थ

The space between items inside a flex or grid layout.

बदलाव

Increasing gap spreads sibling items apart without adding extra space around the whole group.

CSS

gaprow-gapcolumn-gap

अनुरोध उदाहरण

Reduce the gap between the theme button, language button, and menu button.

स्पेसिंग और आकार

Width

Width

अर्थ

The horizontal size of an element.

बदलाव

A fixed width keeps the element stable. max-width lets it shrink on small screens.

CSS

widthmin-widthmax-width

अनुरोध उदाहरण

Make the menu panel width match its longest item.

स्पेसिंग और आकार

Height

Height

अर्थ

The vertical size of an element.

बदलाव

Fixed height can keep a header stable. max-height with overflow can keep dropdowns from becoming too tall.

CSS

heightmin-heightmax-height

अनुरोध उदाहरण

Keep the header height stable while making the title smaller.

स्पेसिंग और आकार

Max width

Max width

अर्थ

The largest width an element is allowed to reach.

बदलाव

Lowering max-width makes text lines shorter and panels narrower on large screens.

CSS

max-widthwidth

अनुरोध उदाहरण

Set a max-width on the dropdown so it does not cover too much of the page.

स्पेसिंग और आकार

Top / Right / Bottom / Left

Top / Right / Bottom / Left

अर्थ

Position offsets used with positioned elements.

बदलाव

right: 0 aligns a floating panel to the right edge of its positioned parent.

CSS

toprightbottomleftinset

अनुरोध उदाहरण

Align the open menu panel to the right side of the header controls.

टेक्स्ट

Font size

Font size

अर्थ

The size of text.

बदलाव

Reducing font-size helps long labels fit in tight spaces such as mobile headers.

CSS

font-sizetext-smtext-lg

अनुरोध उदाहरण

Make the mobile site title smaller but keep it on one line.

टेक्स्ट

Font weight

Font weight

अर्थ

How thick or bold the text appears.

बदलाव

Increasing font-weight makes labels more prominent without changing their size.

CSS

font-weightfont-boldfont-semibold

अनुरोध उदाहरण

Make the category labels a little bolder.

टेक्स्ट

Line height

Line height

अर्थ

The vertical space each line of text occupies.

बदलाव

Increasing line-height makes paragraphs easier to read. Reducing it makes compact UI labels tighter.

CSS

line-heightleading

अनुरोध उदाहरण

Increase the paragraph line-height in the hero description.

टेक्स्ट

Letter spacing

Letter spacing

अर्थ

The space between individual letters.

बदलाव

Small positive spacing can help uppercase labels feel clearer. Too much spacing can make Korean text awkward.

CSS

letter-spacingtracking

अनुरोध उदाहरण

Remove negative letter spacing from compact buttons.

टेक्स्ट

Text align

Text align

अर्थ

The horizontal alignment of text inside its container.

बदलाव

Right-aligned menu text can make a floating menu feel attached to the right edge.

CSS

text-align

अनुरोध उदाहरण

Right-align the menu item text inside the menu panel.

टेक्स्ट

Wrap / No wrap

Wrap / No wrap

अर्थ

Whether long text can move to the next line or must stay on one line.

बदलाव

No-wrap keeps a header stable, while wrapping can show more text but usually increases height.

CSS

white-spaceword-breakoverflow-wrap

अनुरोध उदाहरण

Keep the mobile title on one line and truncate the overflow.

टेक्स्ट

Truncate / Ellipsis

Truncate / Ellipsis

अर्थ

A way to cut off overflowing single-line text and show dots.

बदलाव

Truncation prevents layout breakage when labels are longer than expected.

CSS

overflowtext-overflowwhite-space

अनुरोध उदाहरण

Truncate the site title on very small screens.

रंग और पृष्ठभूमि

Color

Color

अर्थ

The color of text or icons.

बदलाव

Changing color affects readability and visual priority.

CSS

color

अनुरोध उदाहरण

Make the selected language text visible in dark mode.

रंग और पृष्ठभूमि

Background

Background

अर्थ

The color or image behind an element's content.

बदलाव

Background changes can separate panels, highlight active states, or improve contrast.

CSS

backgroundbackground-color

अनुरोध उदाहरण

Use a darker background for the selected language item in dark mode.

रंग और पृष्ठभूमि

Opacity

Opacity

अर्थ

How transparent an element is.

बदलाव

Lower opacity makes elements quieter, but it can reduce readability.

CSS

opacityrgbacolor-mix

अनुरोध उदाहरण

Make disabled controls look dimmer without making the text unreadable.

रंग और पृष्ठभूमि

Gradient

Gradient

अर्थ

A smooth transition between two or more colors.

बदलाव

Subtle gradients can add depth, but strong gradients can make tools feel less practical.

CSS

linear-gradientradial-gradientbackground-image

अनुरोध उदाहरण

Keep the hero background subtle and avoid a strong gradient.

रंग और पृष्ठभूमि

Accent color

Accent color

अर्थ

A repeated highlight color used for labels, active states, or important actions.

बदलाव

Changing the accent color changes the page's visual identity and emphasis.

CSS

colorbackgroundborder-coloraccent-color

अनुरोध उदाहरण

Use the same green accent for category labels and active chips.

रंग और पृष्ठभूमि

Contrast

Contrast

अर्थ

The difference between foreground and background colors.

बदलाव

Higher contrast improves readability, especially in dark mode and on mobile screens.

CSS

colorbackground-color

अनुरोध उदाहरण

Increase the contrast of dropdown items in dark mode.

बॉर्डर और आकार

Border

Border

अर्थ

A line around an element.

बदलाव

Border width and color control how strongly a box or button is separated from the background.

CSS

borderborder-colorborder-widthborder-style

अनुरोध उदाहरण

Make the menu panel border slightly darker in dark mode.

बॉर्डर और आकार

Border radius

Border radius

अर्थ

How rounded the corners of a box or button are.

बदलाव

A small radius feels practical and compact. A large radius feels softer and more playful.

CSS

border-radius

अनुरोध उदाहरण

Keep cards at an 8px border radius.

बॉर्डर और आकार

Box shadow

Box shadow

अर्थ

A shadow around an element that makes it feel raised above the page.

बदलाव

Stronger shadows make floating menus or modals feel layered. Too much shadow can feel heavy.

CSS

box-shadow

अनुरोध उदाहरण

Add a subtle shadow to the floating menu panel.

बॉर्डर और आकार

Outline

Outline

अर्थ

A line shown around an element, often when it is focused by keyboard navigation.

बदलाव

A clear outline helps keyboard users know which control is active.

CSS

outlineoutline-offset:focus-visible

अनुरोध उदाहरण

Keep a visible focus outline on icon buttons.

बॉर्डर और आकार

Divider

Divider

अर्थ

A line used to separate sections or groups.

बदलाव

A divider can make category boundaries clearer without adding much visual weight.

CSS

border-topborder-bottomhr

अनुरोध उदाहरण

Add subtle dividers between menu categories.

लेआउट और स्थिति

Display

Display

अर्थ

The basic layout mode of an element.

बदलाव

display: none hides an element. flex and grid arrange child items.

CSS

displaydisplay: nonedisplay: flexdisplay: grid

अनुरोध उदाहरण

Hide the desktop navigation on mobile screens.

लेआउट और स्थिति

Flex

Flex

अर्थ

A layout method for arranging items in a row or column.

बदलाव

flex-direction: column stacks items vertically. flex-wrap allows items to move to the next line.

CSS

display: flexflex-directionflex-wrapgap

अनुरोध उदाहरण

Keep the header controls in a flex row.

लेआउट और स्थिति

Grid

Grid

अर्थ

A layout method for arranging content in rows and columns.

बदलाव

Changing grid columns controls how many cards appear per row.

CSS

display: gridgrid-template-columnsgrid-columngap

अनुरोध उदाहरण

Show four tool cards per row on wide desktop screens.

लेआउट और स्थिति

Align items

Align items

अर्थ

How items are aligned on the cross axis inside flex or grid.

बदलाव

align-items: center vertically centers controls in a header row.

CSS

align-itemsplace-items

अनुरोध उदाहरण

Vertically center the title and header buttons.

लेआउट और स्थिति

Justify content

Justify content

अर्थ

How items are distributed on the main axis inside flex or grid.

बदलाव

justify-content: space-between pushes groups to opposite sides.

CSS

justify-contentjustify-itemsmargin-left: auto

अनुरोध उदाहरण

Keep the title on the left and controls on the right.

लेआउट और स्थिति

Position

Position

अर्थ

How an element is placed in relation to the page or another element.

बदलाव

position: absolute lets a dropdown float without pushing the page layout down.

CSS

positionrelativeabsolutefixedsticky

अनुरोध उदाहरण

Make the menu panel absolute so it does not push the page down.

लेआउट और स्थिति

Z-index

Z-index

अर्थ

The stacking order of positioned elements.

बदलाव

A higher z-index can place dropdowns above page content.

ध्यान दें

z-index only works predictably when positioning and stacking contexts are considered.

CSS

z-indexposition

अनुरोध उदाहरण

Raise the language dropdown above the menu panel.

लेआउट और स्थिति

Overflow

Overflow

अर्थ

What happens when content is larger than its container.

बदलाव

overflow-y: auto allows a long menu to scroll instead of extending beyond the screen.

CSS

overflowoverflow-xoverflow-ymax-height

अनुरोध उदाहरण

Make long dropdown menus scroll inside a max-height.

रेस्पॉन्सिव

Breakpoint

Breakpoint

अर्थ

A screen width where the layout changes.

बदलाव

Changing a breakpoint decides whether tablets behave more like mobile or desktop.

CSS

@mediasmmdlgxl

अनुरोध उदाहरण

Treat tablets as desktop for the top navigation.

रेस्पॉन्सिव

Mobile

Mobile

अर्थ

Styles intended for small phone-sized screens.

बदलाव

Mobile styles often reduce font size, stack columns, and keep controls touch-friendly.

CSS

@mediamax-widthsm

अनुरोध उदाहरण

On mobile, stack the cards in one column.

रेस्पॉन्सिव

Desktop

Desktop

अर्थ

Styles intended for wider laptop or desktop screens.

बदलाव

Desktop styles can use more columns, horizontal navigation, and wider content containers.

CSS

@mediamin-widthlgxl

अनुरोध उदाहरण

On desktop, keep the category navigation visible in the header.

रेस्पॉन्सिव

Viewport

Viewport

अर्थ

The visible area of the browser or device screen.

बदलाव

Viewport units make sizes relative to the visible screen.

CSS

vwvh100vw100vh

अनुरोध उदाहरण

Limit the menu width to the viewport so it does not overflow on phones.

रेस्पॉन्सिव

Responsive

Responsive

अर्थ

A design that adjusts to different screen sizes.

बदलाव

Responsive rules can make the same component horizontal on desktop and vertical on mobile.

CSS

@mediaclampmin()max()

अनुरोध उदाहरण

Make the controls responsive without changing their order.

इंटरैक्शन अवस्थाएँ

Hover

Hover

अर्थ

The state when a mouse pointer is over an element.

बदलाव

Hover styles can change background, text color, border, or shadow to show that an item is interactive.

ध्यान दें

Touch devices do not have reliable hover behavior, so important actions should also work by click or tap.

CSS

:hoverbackgroundcolortransition

अनुरोध उदाहरण

Add a background color change when hovering over menu items.

इंटरैक्शन अवस्थाएँ

Active

Active

अर्थ

The short state while a button or link is being pressed.

बदलाव

Active styles can make buttons feel tactile with a small color or position change.

CSS

:activetransformbackground

अनुरोध उदाहरण

Add a slight pressed effect to toolbar buttons.

इंटरैक्शन अवस्थाएँ

Focus

Focus

अर्थ

The state when an input, button, or link is currently selected for keyboard or typing.

बदलाव

Focus styles make keyboard navigation visible and accessible.

CSS

:focus:focus-visibleoutline

अनुरोध उदाहरण

Make the search input focus ring match the accent color.

इंटरैक्शन अवस्थाएँ

Disabled

Disabled

अर्थ

A state where a control is visible but cannot be used.

बदलाव

Disabled styles often reduce contrast and remove pointer interaction.

CSS

:disabledopacitycursorpointer-events

अनुरोध उदाहरण

Make disabled buttons visibly inactive but still readable.

इंटरैक्शन अवस्थाएँ

Selected

Selected

अर्थ

The state of the currently chosen item in a list, tab group, or menu.

बदलाव

Selected styles usually need stronger background or text color than normal items.

CSS

aria-currentdata-statebackgroundcolor

अनुरोध उदाहरण

Make the selected category chip clearly different from the others.

इंटरैक्शन अवस्थाएँ

Open / Closed

Open / Closed

अर्थ

Whether a dropdown, menu, or accordion panel is currently visible.

बदलाव

Open and closed states need clear indicators such as plus/minus icons or arrow rotation.

CSS

aria-expandeddisplayheightvisibility

अनुरोध उदाहरण

Keep all menu categories closed by default.

UI घटक

Button

Button

अर्थ

A control that performs an action when clicked or tapped.

बदलाव

Button padding, border, color, and states determine how easy and important it feels.

CSS

buttonpaddingborderbackgroundcursor

अनुरोध उदाहरण

Make the primary action button more prominent than the secondary button.

UI घटक

Icon button

Icon button

अर्थ

A button represented mainly by an icon instead of text.

बदलाव

Stable width and height prevent icon buttons from shifting as states change.

CSS

buttonwidthheightaria-labeldisplay: grid

अनुरोध उदाहरण

Keep the menu icon button square and aligned with the language button.

UI घटक

Dropdown

Dropdown

अर्थ

A floating list that appears after pressing a button or select control.

बदलाव

Dropdown position, width, max-height, and z-index control placement and layering.

CSS

positiontoprightz-indexbox-shadow

अनुरोध उदाहरण

When the language dropdown opens, close the site menu.

UI घटक

Accordion

Accordion

अर्थ

A section that can be opened or closed to show or hide its content.

बदलाव

Accordions make long menus shorter by keeping categories closed until needed.

CSS

aria-expandedheightdisplayoverflow

अनुरोध उदाहरण

Add open and close behavior to each menu category.

UI घटक

Tabs

Tabs

अर्थ

A control for switching between related views without leaving the page.

बदलाव

Selected tab styling must clearly show which view is active.

CSS

role=tablistdisplayborderbackground

अनुरोध उदाहरण

Make the active tab background darker than inactive tabs.

UI घटक

Modal

Modal

अर्थ

A focused overlay panel that appears above the page.

बदलाव

Modal width, backdrop, and z-index control how strongly it interrupts the page.

CSS

dialogposition: fixedinsetz-indexbackdrop

अनुरोध उदाहरण

Center the modal and keep it narrower than the viewport.

UI घटक

Tooltip

Tooltip

अर्थ

A small hint shown near a control, often on hover or focus.

बदलाव

Tooltips help explain icon-only buttons without adding permanent text.

CSS

positiontitlearia-describedbyz-index

अनुरोध उदाहरण

Add a tooltip that labels the menu icon button.

UI घटक

Input

Input

अर्थ

A field where the user types text or values.

बदलाव

Input padding, border, placeholder color, and focus style affect comfort and clarity.

CSS

inputborderpaddingplaceholder:focus

अनुरोध उदाहरण

Make the search input full width and easier to tap on mobile.

UI घटक

Badge / Chip

Badge / Chip

अर्थ

A small rounded label or filter control.

बदलाव

Chip size, radius, and active color affect how scannable filters feel.

CSS

border-radiuspaddingbackgroundfont-size

अनुरोध उदाहरण

Make active category chips visually stronger.