Zennymorh
  • Home
  • About Me
Home
About Me
Zennymorh
  • Home
  • About Me
Browsing Category
Archive
Scribbles

What Ifs

August 29, 2019 4 Comments


What if things don’t get better?
What if this, right here, now is the best it’s ever gonna get?
What if you can’t change the things you do or change your ways?
What if you can’t see reason with anything?
What do you do then?


What if you can’t make things work?
What if you can’t make a difference?
What if you can’t be successful?
What if you can’t change lives?
What if you can’t influence people?
What the hell do you do?


What if you’re scared and can’t make friends?
What if you’re terrified you’ll lose the ones you have?
What if you’re surrounded by people, yet you feel so alone?
What if life has no meaning anymore?
What should you do?


What if you can’t find yourself?
And you can’t stop falling, in this deep darkness you call life?
What if you are lost and all alone in the world?
You wonder, is this normal?
What I feel, is it right or acceptable?
However, you never know, because you never ask.
But how can you ask?


You have tried to be normal, and move with the world…
But you were taken advantage of. Now, you are hurt and bitter.
What if this isn’t a stage to pass through?
What if this isn’t adolescence or teenage dramas?
What if this is your life unfolding gently in front of you?
What if this is the best it’s ever gonna get?
What do you do then?

Continue reading
Reading time: 1 min
Written by: zennymorh
Programming

Introducing CSS

1 Comment

Hello World, seems quite easy to say, doesn’t it? But do you see the page you are reading this on, see how colorful it is? That is HTML and CSS in a beautiful intercourse. HTML is responsible for the texts and the entire webpage but the designing itself is supported by CSS. The full meaning of CSS is Cascading Style Sheets. Cascading implies something that follows an order downwards, this means that as you write your code, it follows a particular order..making it such that the code at the top gets implemented before the code at the bottom. Style Sheets are basically self explanatory, a sheet for styling and designing your webpage.

In my CV, I updated it using CSS only and it looks much better and appealing. I started off by setting a margin to the top and bottom by using padding. Now, margin is the space outside something. While, padding is the space between the container and the content(inside something).

I proceeded to use class and id to specify what colors I wanted for a particular element. IDs are used uniquely, with single elements. Classes are used for multiple/various elements. As you will see, I used id for the name(Zainab Jimoh) and class for the various subheadings like experience, education, skills etc.

There is an image element in CSS that you can use to style an image, I used the tag object-fit: cover to style my image, this simply means that I zoomed in and made the picture a square.

I removed the initial tabular state that my webpage was and used aside and float tags to move some of my content to the right and create a kind of column illusion. A handful of what I did was trial and error basically, but after a lot of trials, I must say I am quite proud of the end result.

Attached below is a screenshot of my webpage:

Continue reading
Reading time: 1 min
Written by: zennymorh

Recent Posts

  • Happy Endings
  • It’s the manipulation for me.
  • Fallen leaves
  • Au Revoir
  • Blurred Lines

Archives

  • September 2020
  • July 2020
  • May 2020
  • February 2020
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019

Categories

  • Programming (2)
  • Scribbles (4)
  • Storytelling (4)
  • Uncategorized (9)

® 2019 All rights reserved.