Spanish
My last post was April 21, which means I've missed 5 weeks. Wasted most of May. But June has been going well. Started Dreaming Spanish again on June 1. Watched a beginner video: What is the best city in the world?
- [01:11] Esto elimina muchas ciudades: las ciudades que están cerca al Polo Norte, las ciduades que están cerca al Polo Sur y las ciudades que están cerca al ecuador.
- [11:28] Tienen una playa muy buena con un muelle con atracciones.
- [12:36] Podés andar en bicicleta porque las calles de La Haya tienen bicisenda.
Wasted most of June 2. Only did a few minutes of WaniKani and some drawing in my sketchbook. On June 3, I watched another beginner video: Argentinian girl shows you around Morocco!
- [02:17] En Marruecos, venden muchos objetos de bronce y alpaca - de metal.
- [08:20] Tiene frutos secos: nueces, almendras, castañas.
CSS
While writing today's post, I wanted to add an arrow icon after outgoing links, like Wikipedia does. A post on GitHub Gist used a pseudo-element and an attribute selector, so I read tutorials for how to use those on W3Schools. Decided to use ↗ as my arrow icon. A post on Stack Overflow used absolute position to avoid underlining the icon, but that didn't look as good as what the GitHub post used.
Unfortunately, I couldn't get it to work when I put the code in the external style sheet. It worked when it was in the internal style sheet, though. I'll keep working on it.
Update: Got it to work externally after clearing the cache lol