<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Christopher Kennedy-Nuñez</title>
    <description>The latest articles on DEV Community by Christopher Kennedy-Nuñez (@furioursus).</description>
    <link>https://dev.to/furioursus</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F225244%2Fa083db05-ebce-4f74-827c-8b17bb61fe35.jpeg</url>
      <title>DEV Community: Christopher Kennedy-Nuñez</title>
      <link>https://dev.to/furioursus</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/furioursus"/>
    <language>en</language>
    <item>
      <title>Anatomy of a Border: a Saul Bass Demo</title>
      <dc:creator>Christopher Kennedy-Nuñez</dc:creator>
      <pubDate>Fri, 31 Jan 2020 08:58:30 +0000</pubDate>
      <link>https://dev.to/furioursus/anatomy-of-a-border-a-saul-bass-demo-30em</link>
      <guid>https://dev.to/furioursus/anatomy-of-a-border-a-saul-bass-demo-30em</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/onebrightlight/embed/mdyYgjN?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;I’m in the process of redesigning my website and I was about to do yet another layout using geometric fonts and rounded edges when a friend of mine said that I’m a person that loves modern aesthetics but also enjoy objects with personality and attitude. He suggested that I look at Saul Bass’s work, most notably the artwork for Anatomy of a Murder. The edges of the boxes had a wonderfully geometric yet “broken” quality that I wanted to see if I could emulate with CSS clipping paths.&lt;/p&gt;

&lt;p&gt;The challenge at first for me was that creating the clipping paths required percentages in order to have the path scale. At first I thought the only way to get around this would be to create an SVG file and reference it in the CSS, but quickly realized I could just use the &lt;code&gt;calc()&lt;/code&gt; function to subtract a defined unit of measurement from the edge of the right and bottom edges of the div.&lt;/p&gt;

&lt;p&gt;Now that I have my proof of concept, my next step is creating a Sketch file to start planning my &lt;em&gt;actual&lt;/em&gt; website in this style!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fg4fytm0lt9k2p5p7h28h.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fg4fytm0lt9k2p5p7h28h.jpg" alt="Poster Art by Saul Bass for the film “Anatomy of a Murder.”" width="640" height="463"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>saulbass</category>
      <category>clippingpath</category>
      <category>css</category>
    </item>
  </channel>
</rss>
