<?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: Abel Alpha</title>
    <description>The latest articles on DEV Community by Abel Alpha (@abel_alpha_dd74075d3e4616).</description>
    <link>https://dev.to/abel_alpha_dd74075d3e4616</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4024004%2Fbe90b595-f4b3-41b3-9dc0-b4531fddf475.jpg</url>
      <title>DEV Community: Abel Alpha</title>
      <link>https://dev.to/abel_alpha_dd74075d3e4616</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abel_alpha_dd74075d3e4616"/>
    <language>en</language>
    <item>
      <title>Day 2 of Learning Full-Stack Development: I Added CSS to My First Webpage 🎨</title>
      <dc:creator>Abel Alpha</dc:creator>
      <pubDate>Thu, 16 Jul 2026 10:17:34 +0000</pubDate>
      <link>https://dev.to/abel_alpha_dd74075d3e4616/day-2-of-learning-full-stack-development-i-added-css-to-my-first-webpage-3dmg</link>
      <guid>https://dev.to/abel_alpha_dd74075d3e4616/day-2-of-learning-full-stack-development-i-added-css-to-my-first-webpage-3dmg</guid>
      <description>&lt;p&gt;Back at it! Yesterday I built a plain HTML tribute page for "My Kind of Woman" by Mac DeMarco. Today I spent 4 hours learning and experimenting with CSS and completely styled the same page.&lt;/p&gt;

&lt;p&gt;What I added with CSS:&lt;/p&gt;

&lt;p&gt;Background image — full cover, fixed, no repeat. Gives the page a nice moody vibe&lt;br&gt;
Styled the heading — changed the color and added a text shadow with a blue tint&lt;br&gt;
Lyrics in aqua — made the &lt;/p&gt;
&lt;pre&gt; text pop with a cyan color&lt;br&gt;
White text globally — used the universal selector * to set all text to white&lt;br&gt;
Box-sizing — set to border-box across the whole page&lt;br&gt;
Floated an element — used an ID selector #mac with float: right&lt;br&gt;
Pagination bar — added a clickable page navigation (1 through 8) at the bottom&lt;br&gt;
Dropdown menu — built a hover dropdown from scratch asking "do you like mac" with yes/no/maybe options, styled with a dark button, light gray content box, and hover effects&lt;br&gt;
What I also added to the HTML (day 2 updates):

&lt;p&gt;A couple of styled content boxes with song info and artist info using placeholder text&lt;br&gt;
A working dropdown menu&lt;br&gt;
Pagination links across multiple pages&lt;br&gt;
No frameworks, no libraries — just raw CSS that I wrote and tested myself. Took me 4 hours to get everything working the way I wanted, and I learned a ton about selectors, the box model, positioning, pseudo-classes like :hover, background images, and layout tricks.&lt;/p&gt;

&lt;p&gt;Things I'm proud of:&lt;/p&gt;

&lt;p&gt;The dropdown actually works on hover&lt;br&gt;
The background image covers the whole page with a fixed attachment&lt;br&gt;
The pagination bar looks clean and functional&lt;br&gt;
I used a mix of selectors (element, ID, universal, class, descendant)&lt;/p&gt;

&lt;p&gt;On  day 3 tomorrow i will learn Javascript&lt;br&gt;
! Any tips on what I should learn.  💪&lt;/p&gt;

&lt;/pre&gt;

</description>
      <category>beginners</category>
      <category>css</category>
      <category>devjournal</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Day 1 of Learning HTML: I Built a Tribute Page for "My Kind of Woman" 🎸</title>
      <dc:creator>Abel Alpha</dc:creator>
      <pubDate>Mon, 13 Jul 2026 18:25:45 +0000</pubDate>
      <link>https://dev.to/abel_alpha_dd74075d3e4616/day-1-of-learning-html-i-built-a-tribute-page-for-my-kind-of-woman-1kdo</link>
      <guid>https://dev.to/abel_alpha_dd74075d3e4616/day-1-of-learning-html-i-built-a-tribute-page-for-my-kind-of-woman-1kdo</guid>
      <description>&lt;p&gt;Hey everyone! Today I officially started learning HTML and I'm pumped to share my very first project.&lt;/p&gt;

&lt;p&gt;It took me 2 hours and 40 minutes to learn the basics and experiment, and I built a simple tribute page for one of my favorite songs — "My Kind of Woman" by Mac DeMarco.&lt;/p&gt;

&lt;p&gt;What's on the page:&lt;/p&gt;

&lt;p&gt;A title with the song name&lt;br&gt;
The album cover art as an image&lt;br&gt;
An audio player (I added the song file locally)&lt;br&gt;
The full lyrics displayed in a &lt;/p&gt;
&lt;pre&gt; tag&lt;br&gt;
A clickable button that links to the music video&lt;br&gt;
A little page icon (favicon) with the album art&lt;br&gt;
What I used (HTML only — no CSS, no JavaScript):

&lt;p&gt;Headings (&lt;/p&gt;&lt;h1&gt;, &lt;/h1&gt;&lt;h4&gt;)&lt;br&gt;
&lt;img&gt; for the album art&lt;br&gt;
 with controls&lt;br&gt;
&lt;pre&gt; and &lt;br&gt; for the lyrics formatting&lt;br&gt;
&lt;a&gt; with a button inside for the video link&lt;br&gt;
, , &lt;br&gt;
A favicon for the browser tab&lt;br&gt;
It's not pretty — just pure, raw HTML — but I made it myself and I'm proud of it. Next up: CSS and making this thing actually look good.

&lt;p&gt;Feedback and tips from the community welcome! 💪&lt;/p&gt;

&lt;/a&gt;&lt;/pre&gt;
&lt;/h4&gt;&lt;/pre&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>reviews</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
