Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 10 de may. de 2024 · To put it simply, i want my sidebar here to be 20% of the width of the page, while the article itself is 80%. Because of the padding in my different sections, the width is offset, meaning i have to lower the values to get it all to fit side by side. Here is a code snippet of my HTML and CSS:

  2. Hace 1 día · lo normal sería que si tengo el "viewport" el contenido debería adaptarse a la pantalla si se hace pequeña o grande no? pero cuando hago pequeña la pantalla se deforma; Por ejemplo debería verse así con la pantalla reducida:

  3. 9 de may. de 2024 · For basic border removal, border: none or border: 0 are the best options. Use outline: none to customize focus indicators. Employ box-sizing: border-box when you need precise control over element dimensions with padding and borders.

  4. 22 de may. de 2024 · It has rounded corners with gradient. Middle part of the block should stretch depending on height, while top and bottom parts with round corners should stay the same. Also there will be content inside this block, like text. I can't manage to do it, here's the codepen. Code from codepen: .custom-border {. background-color: rgba(217,217,217, .05);

  5. 7 de may. de 2024 · I want to accomplish the same thing, but with a button element, but I have no idea how to do this. Simple version of my code: button {. border-radius: 50%; width: fit-content; aspect-ratio: 1; border: none; background-color: purple; padding: 1rem;

  6. 10 de may. de 2024 · The CSS Anchor Positioning API is a game-changer in web development because it lets you natively position elements relative to other elements, known as anchors. This API simplifies complex layout requirements for many interface features like menus and submenus, tooltips, selects, labels, cards, settings dialogs, and many more.

  7. 21 de may. de 2024 · With the right CSS selector, you can change the styles of any form component to fit your needs. In this tutorial, we’ll provide a list of nearly any selector you might need to style individual fields on your forms. Note: This tutorial is a bit more advanced and requires some knowledge of CSS.