background preloader

The Shapes of CSS

The Shapes of CSS
CSS is capable of making all sorts of shapes. Squares and rectangles are easy, as they are the natural shapes of the web. Add a width and height and you have the exact size rectangle you need. Add border-radius and you can round that shape, and enough of it you can turn those rectangles into circles and ovals. We also get the ::before and ::after pseudo-elements in CSS, which give us the potential of two more shapes we can add to the original element. By getting clever with positioning, transforming, and many other tricks, we can make lots of shapes in CSS with only a single HTML element. These days, you’re best bet for drawing shapes is either SVG or using a clip-path in CSS, which is SVG-like (and can reference SVG). Triangle Bottom Left Shape Triangle Bottom Right Shape Cut Diamond Shape via Alexander Futekov

https://css-tricks.com/the-shapes-of-css/

Related:  CSS and UIUX i UI

PHP for Beginners: Building Your First Simple CMS The Magic of PHP + MySQL It’s safe to say that nearly every website that’s up-to-date these days is using some form of content management system (CMS). While there are a ton of great free options that provide us with a CMS to power a website (WordPress, Drupal, etc.), it doesn’t hurt to peek under the hood and get a feel for how these systems work. Gotowe zasoby dla Product Designera. Od ikon po animacje. - ProductVision Projektuj mądrzej, nie ciężej, czyli gotowe zasoby dla projektantów. W poprzednim artykule, o narzędziach w UX, które warto znać w 2019 (link tutaj), poznaliście programy najczęściej wykorzystywane w zawodzie Product Designera. Artykuł spotkał się z pozytywnym odzewem, dlatego tym razem zebrałem przydatne strony internetowe z gotowymi zasobami i inspiracjami, które przyspieszają cały proces tworzenia produktów internetowych. Co znajdziesz w tym artykule?

Transit - CSS transitions and transformations for jQuery What about older browsers? Transit degrades older browsers by simply not doing the transformations (rotate, scale, etc) while still doing standard CSS (opacity, marginLeft, etc) without any animation. Delays and durations will be ignored. // Delegate .transition() calls to .animate()// if the browser can't do CSS transitions.if (!

creativebloq With the right Instagram tips, you can transform your feed into a hotbed of activity. Instagram is no longer just an image-sharing app, but has evolved to become an extremely useful tool for enabling creatives from a range of disciplines to showcase their work to a potentially huge audience. Understanding how to ride the wave of Instagram’s rising popularity and tap into this growing community can pay dividends for artists and illustrators, and it’s no surprise that those with larger audiences reap the benefits. However, simply chasing Likes does not build engagement, especially as Instagram phases out Like counts (for more on this, see our Instagram engagement post). Growing Insta engagement requires a clever eye, interesting viewpoint and genuine passion for what you do (and of course, simple tricks like how to change the font in your Instagram bio). Luckily for the time-poor, getting Instagram right doesn't involve as much planning as you might think.

Box · Intro to CSS 3D transforms Cube objects are easy enough to generate as we only have to worry about one measurement. But how would we handle a non-regular rectangular prism? Or, as the kids say, a box. Let’s try to make one 300px wide, 200px high, and 100px deep. The markup remains the same. 105 Must-Have InDesign scripts (Free and paid) [Updated: May 2017] Update: we recently developed a free plugin that lets you find and add stock photos to your InDesign documents in a very convenient way. Learn more in this blog post. Scripts for InDesign Scripts, like InDesign Templates, Plugins, and the proper use of shortcuts, are one of the most powerful (if not the most powerful) tools we have as InDesign users.

FromToSchool – Learn New Technologies Faster By Leveraging Your Existing Knowledge untitled Decyzja o tym, jakie oprogramowanie wykorzystamy w wybranym celu, często podejmowana jest na podstawie analizy czasu potrzebnego na jego wdrożenie oraz sumarycznej ilości funkcji, jakie ten system nam dostarczy. Prawdopodobne jest jednak to, że tam, gdzie priorytetem jest wygodna i czas, w pierwszej kolejności ucierpi bezpieczeństwo. Czym jest WordPress

Bootstrap builder for busy developers 7 Practical Tips for Cheating at Design – Refactoring UI When there are multiple actions a user can take on a page, it’s easy to fall into the trap of designing those actions based purely on semantics. Frameworks like Bootstrap sort of encourage this by giving you a menu of semantic styles to choose from whenever you’re adding a new button: “Is this a positive action? Treenga UX Design Practices: How to Make Web Interface Scannable What Is Scannability? Applied to a page or screen, the verb “scan” means to glance at/over or read hastily. So, scannability is the way to present the content and navigation elements as the layout that can be scanned easily.

Related: