Skip to main content

Posts

Featured Post

WHAT IS NFT?

 NFT stands for N- non F- fungible T- token Before I explain NFT in details let me explain FUNGIBLE token What are FUNGIBLE token? Fungible token are token that can be easily swap with another token. For example, if i borrow #1000 note from you, I may decide to pay you back in different denominations, let say five pieces of 200 naira notes or two pieces of 500 naira notes. So Bitcoin, paper Currency etc are fungible tokens What are NON-FUNGIBLE token (NFT)? NFT are unique, one-of-kind asset or material that CAN NOT be replaced with something else. For example, if I borrow your phone, and I want to return it, I must return the EXACT phone I collected from you.  So NFT are digital ARTS such as pictures, music, video, etc (anything digital)  stored on the crypto world (called blockchain)  The blockchain make the asset genuine and authentic.  This digital assets stored on the blockchain can be auction for sale which can be sold in an insane price. A picture of your ...
Recent posts

Difference between relative positioning and absolute positioning in CSS

  Difference between Relative position and Absolute position in CSS If you are having difficulty understanding the difference between relative positioning and Absolute positioning in CSS, then this will help you understand it better. Let's dive in using practical example. All CSS element are in static position based on its current position in the flow unless we change its position. The top, right, bottom, left and z-index properties do not apply. Now Let's  create three boxes with html and CSS using the code below Result:                 Relative positioning Relative positioning places an element relative to its current position without changing the layout around it. Applying relative positioning on the code Result: It move the green box relative to its current position to 20px from the left and top without changing the layout around it. Thus, leaving a gap for the green box where it would have been had it not been position.   ...

Web development experience

First time designing a simple web page got me feeling like a king 🥰  until I stubble on how to create slideshow 🥵🤧. I have to stay humble and learn more. Learning web development was the best decision I took.  Just venture into tech. #Gabriel Ogbu