awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesPercentage-Based Positioning

Positions child elements relative to parent edges using 100% offset values without fixed dimensions.

Distinct from Absolute Positioning: Distinct from Absolute Positioning: focuses on percentage-based offsets rather than pixel coordinates for positioning.

Explore 4 awesome GitHub repositories matching user interface & experience · Percentage-Based Positioning. Refine with filters or upvote what's useful.

Awesome Percentage-Based Positioning GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • adamschwartz/magic-of-cssadamschwartz का अवतार

    adamschwartz/magic-of-css

    6,684GitHub पर देखें↗

    Magic of CSS is a structured tutorial series that teaches web developers advanced CSS layout, typography, and animation techniques through hands-on examples. The course covers the full spectrum of CSS capabilities, from foundational box model and positioning concepts to sophisticated animation and interactive state management, all without relying on JavaScript. The series distinguishes itself by teaching practical, real-world CSS patterns such as inline-block justified grids, percentage-based absolute positioning, table-display vertical centering, and letter-span styling techniques. It demons

    Teaches positioning child elements relative to parent edges using 100% offset values without fixed dimensions.

    CSScssdesignexamples
    GitHub पर देखें↗6,684
  • pattle/simpsons-in-csspattle का अवतार

    pattle/simpsons-in-css

    4,591GitHub पर देखें↗

    यह प्रोजेक्ट एक CSS आर्ट गैलरी और फ्रंट एंड डिज़ाइन प्रयोग है जिसमें पूरी तरह से HTML और CSS के साथ रेंडर किए गए कैरेक्टर पोर्ट्रेट शामिल हैं। यह शुद्ध CSS इलस्ट्रेशन और वेक्टर आर्ट के संग्रह के रूप में कार्य करता है, जो बाहरी इमेज फाइलों, SVG या Canvas का उपयोग किए बिना विस्तृत डिजिटल चित्र बनाता है। यह प्रोजेक्ट इन विज़ुअल्स को प्राप्त करने के लिए विभिन्न तकनीकी तरीकों का उपयोग करता है, जिसमें व्यक्तिगत पिक्सल का अनुकरण करने के लिए बॉक्स-शैडो पिक्सेल आर्ट और वेक्टर-स्टाइल ग्राफिक्स बनाने के लिए एब्सोल्यूट पोजिशनिंग के साथ लेयर्ड HTML तत्व शामिल हैं। यह विभिन्न पैमानों पर अनुपात बनाए रखने के लिए एक नेस्टेड घटक पदानुक्रम और एक सापेक्ष कोऑर्डिनेट सिस्टम का उपयोग करता है। कार्यान्वयन बॉर्डर-रेडियस और क्लिपिंग के माध्यम से आकार संरचना जैसी CSS क्षमताओं की एक श्रृंखला को कवर करता है, साथ ही सुसंगत रेंडरिंग के लिए कलर पैलेट को केंद्रीकृत करने के लिए CSS वेरिएबल्स का उपयोग करने वाली एक थीमिंग सिस्टम भी शामिल है।

    Uses percentage-based offsets to place visual elements, ensuring proportions are maintained across different viewing scales.

    CSS
    GitHub पर देखें↗4,591
  • metafizzy/packerymetafizzy का अवतार

    metafizzy/packery

    4,317GitHub पर देखें↗

    Packery is a JavaScript bin-packing grid layout engine and DOM element positioning library. It arranges elements of varying sizes into a gapless, compact grid by calculating and applying absolute coordinates to HTML elements to prevent overlapping. The library enables the creation of draggable grid interfaces, allowing users to rearrange elements via drag-and-drop while the system automatically reflows the remaining items. It maintains stable, responsive layouts across different screen dimensions by using a percentage-based positioning system and responding to window resize events. The tool

    Tracks item positions and dimensions as relative percentages to ensure layout stability during window resizing.

    JavaScript
    GitHub पर देखें↗4,317
  • rubensousa/viewpagercardsrubensousa का अवतार

    rubensousa/ViewPagerCards

    4,066GitHub पर देखें↗

    ViewPagerCards एक मोबाइल स्वाइप नेविगेशन कंपोनेंट और जेस्चर-आधारित व्यू पेजर है जिसका उपयोग क्षैतिज स्वाइप करने योग्य कार्ड लेआउट बनाने के लिए किया जाता है। यह उपयोगकर्ताओं को स्क्रीन के एक रैखिक अनुक्रम के माध्यम से मार्गदर्शन करने के लिए एक ऐप ऑनबोर्डिंग कैरोसेल और फीचर शोकेस इंटरफेस के रूप में कार्य करता है। यह कंपोनेंट एक विजुअल कार्ड-आधारित लेआउट लागू करता है जिसे उत्पाद क्षमताओं को प्रदर्शित करने के लिए डिज़ाइन किया गया है। यह मोबाइल एप्लिकेशन के भीतर इंटरैक्टिव फीचर शोकेस और प्रारंभिक ऑनबोर्डिंग अनुभवों के निर्माण को सक्षम बनाता है।

    Positions cards using linear offsets relative to the viewport width for smooth sliding animations.

    Javacardviewviewpager
    GitHub पर देखें↗4,066
  1. Home
  2. User Interface & Experience
  3. Element Positioning
  4. Absolute Positioning
  5. Percentage-Based Positioning