Soy una persona de perros

H2 is a Medium Heading

H3 is a Small Heading

Hace un tiempo ya, hablaba con una amiga. Hablabamos de las asimetrías en el amor, hablabamos de cuando te quieren más de lo que quieres o crees que te quieren, y no te quieren o varias combinaciones por el estilo. Es algo que he pensado bastante. Antes de la conversación ya lo tenia bastante meditado. ¿Qué no tengo meditado? y hoy, por escribir algo, he querido desarrollarlo.

Tengo el corazón con poco criterio, ama sin muchos miramientos y bajo la mayoria de lentes, demasiado. Ama el mate, los libros y un buen amanecer, pero por sobre todo ama a las personas. Este amor tan grande que siento por cada gente que de alguna manera entra en mi vida y la decora con su presencia me inunda, dota a mis ojos de una nueva paleta de colores con las que ver el mundo y con un pequeño nuevo botiquin para mi sufrimiento.

Se me plantea entonces la cuestión ¿Y la gente te ama en consecuencia? y mi respuesta es que me importa poco. Igual hace un tiempo eso era distinto, yo habría respondido que no, que nadie podia querer tanto con tan poco (Yo, tan humilde como siempre). Hoy se que hay quien me quiere y quien me quiere mucho, tengo un entorno que se ha encargado de mostrarmelo. Hoy repito, me sigue sin importar, igual es por falta de practica, habilidad o vergüenza, pero me da igual querer sin ser querido. Bueno, igual no, llega un punto donde la gente que no te quiere se va y dejas de disfrutarles, siempre triste, pero espero explicarme

Here's how you use BOLD text.

And here's how you use italic text.

The <a> tag is for links!
  1. You can make an <ol> like this!
  2. <ol> stands for "Ordered List"
  3. That means that the list is numbered!
  • Or how about a <ul>, know what that stands for?
  • That's right! <ul> is "Unordered List"
  • That means that the list uses bullets.
Concise description of lake photo for screen readers or if image fails to load.

This is an image caption! Huh? It's just a <p> tag! Ah, but we have added the class "caption"! "Classes" allow us to set special styles for certain elements.

Ahhh, back to a regular paragraph. All of that italicized text was making me a bit hoarse.

Alt text

Wow, that image is smaller and aligned to the right. This text is flowing around it!

Oh, I see... we added two classes to it... small and right! Marina must have set special styles in the CSS file for images with the small and right classes. Goodness gracious, what will she think of next?

You might be confused if you're viewing this on a phone. When the screen gets really small, then the small class images just revert to taking up the whole width (responsive design). Otherwise they'd just be too ridiculously small! But I bet if you rotate your phone to wide view, you'll be able to see the effects of the small and right classes on images...

Alt text

Hmmm... there's something strange about this image...

Yikes! It's a link!! I guess you can put an <img> tag inside an <a> tag to create an image link!

If you've been following along inside the HTML editor, you might be wondering, what are all those weird codes with stuff in-between & and ;? Those are called escape characters. < means "less than" symbol and > means "greater than" symbol. Those symbols are used in HTML tags. But if I try to write actual HTML tags to talk to you about them, then the computer will get confused. So somtimes we need to speak, quite literally, in code, to get around this. Maybe you are like... a math blogger so I thought I'd just let you know ahead of time. If you get unexpected results, check back over your writing. You might have typed something that to a human is normal but to a computer is confusing!

Well, that's all for now. Keep this file around and use it for reference if you'd like. Happy blogging!

~Marina