<main>
    <article>
        <h2>Pablo Neruda</h2>

        <p class="has-dropcap">Ricardo Eliécer Neftalí Reyes Basoalto (12 July 1904 – 23 September 1973), better known by his pen name and, later, legal name Pablo Neruda (/nəˈruːdə/;[1] Spanish: [ˈpaβlo neˈɾuða]), was a Chilean poet-diplomat and politician who won the Nobel Prize for Literature in 1971. Neruda became known as a poet when he was 13 years old, and wrote in a variety of styles, including surrealist poems, historical epics, overtly political manifestos, a prose autobiography, and passionate love poems such as the ones in his collection Twenty Love Poems and a Song of Despair (1924).</p>

        <p>Neruda occupied many diplomatic positions in various countries during his lifetime and served a term as a Senator for the Chilean Communist Party. When President Gabriel González Videla outlawed communism in Chile in 1948, a warrant was issued for Neruda's arrest. Friends hid him for months in the basement of a house in the port city of Valparaíso, and in 1949 he escaped through a mountain pass near Maihue Lake into Argentina; he would not return to Chile for more than three years. He was a close advisor to Chile's socialist President Salvador Allende, and, when he got back to Chile after accepting his Nobel Prize in Stockholm, Allende invited him to read at the Estadio Nacional before 70,000 people.[2]</p>

    </article>
    <hr>
    <footer role="contentinfo" aria-labelledby="label-footer">
        <p>Text provided by <a href="https://en.wikipedia.org/wiki/Pablo_Neruda">the Pablo Neruda Wikipedia entry</a>. Type by <a href="https://fonts.google.com/">Google Fonts</a>.</p>
    </footer>
</main>
<main>
  <article>
    <h2>Pablo Neruda</h2>
    
    <p class="has-dropcap">Ricardo Eliécer Neftalí Reyes Basoalto (12 July 1904 – 23 September 1973), better known by his pen name and, later, legal name Pablo Neruda (/nəˈruːdə/;[1] Spanish: [ˈpaβlo neˈɾuða]), was a Chilean poet-diplomat and politician who won the Nobel Prize for Literature in 1971. Neruda became known as a poet when he was 13 years old, and wrote in a variety of styles, including surrealist poems, historical epics, overtly political manifestos, a prose autobiography, and passionate love poems such as the ones in his collection Twenty Love Poems and a Song of Despair (1924).</p>

<p>Neruda occupied many diplomatic positions in various countries during his lifetime and served a term as a Senator for the Chilean Communist Party. When President Gabriel González Videla outlawed communism in Chile in 1948, a warrant was issued for Neruda's arrest. Friends hid him for months in the basement of a house in the port city of Valparaíso, and in 1949 he escaped through a mountain pass near Maihue Lake into Argentina; he would not return to Chile for more than three years. He was a close advisor to Chile's socialist President Salvador Allende, and, when he got back to Chile after accepting his Nobel Prize in Stockholm, Allende invited him to read at the Estadio Nacional before 70,000 people.[2]</p>

    
  </article>
  <hr>
    <footer role="contentinfo" aria-labelledby="label-footer">  
      <p>Text provided by <a href="https://en.wikipedia.org/wiki/Pablo_Neruda">the Pablo Neruda Wikipedia entry</a>. Type by <a href="https://fonts.google.com/">Google Fonts</a>.</p>
    </footer>
</main>
{
  "name": "dropcap"
}
  • Content:
    article,
    footer {
      width: 60vw;
      margin: 1em auto;
    }
    
    article h2 + p:nth-of-type(1)::first-letter {
      /* font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; */
      color: var(--oklch-color-candy);
      float: left;
      font-size: 12rem;
      line-height: 0.65;
      margin: 0.1em 0.1em 0.2em 0;
    }
    
    /* .dropcap {
      background: #303030;
      color: #FDF9F2;
      float: left;
      font-size: 6rem;
      line-height: 1;
      margin: 0.1em 0.1em 0.2em 0;
      padding: 0.1em;
    }
    .dropcap:before,
    .dropcap:after {
      content: "";
      display: block;
    }
    .dropcap:before {
      margin-top: -0.2em;
    }
    .dropcap:after {
      margin-bottom: -0.15em;
    } */
  • URL: /components/raw/dropcap/dropcap.css
  • Filesystem Path: src/components/01-atoms/04-typography/08-dropcap/dropcap.css
  • Size: 614 Bytes

No notes defined.