Forwarded from The Abenezer
after that
@theabenezer
.life{
position: relative;
}
.school,
.coding,
.mind-rotting-content
.family,
.church,
.girlfriend[attribute=found]{
position: absolute;
left: 50%;
right: 50%;
transform: translate(-50%, -50%)
}
@theabenezer
π€£6
Dev Nerd
Wait do u use notion ?
Guys I checked out Notion today and it's really nice give it a tryβ‘οΈ
β‘4
Forwarded from SeeFun.Dev (Sifen)
One of the first things I learned as a web developer is how important it is to make websites look great on any screen size. Here are the basics that changed the way I build:
REM scales based on the root font size (usually 16px). So, 2rem = 32px.
EM scales based on the parent elementβs size. Itβs great for local tweaks.
These let you style your site differently for various devices. Hereβs an example:
@media (max-width: 600px) { body { font-size: 14px; } }
@media (min-width: 1024px) { body { font-size: 18px; } } I use percentages for widths and rely on flexbox or grid for alignment. It makes layouts so much easier to adjust!
#WebDev #ResponsiveDesign #CSS
Please open Telegram to view this post
VIEW IN TELEGRAM
#Day76 of #100DaysOfCode challenge
After a week off to organize my stuffs I'm back π₯ππ€
This time it's a nice calculator app built with React and TypeScriptπ₯
β‘οΈ Features:
β Dope functionality
β Theme toggle with 3 cool color options
β Powerful error handling
β 100% responsive design
β Modern design with bouncing buttons when the user clicks
β Amazing performance
Check it out β‘οΈπ
Live Link
Repo Link
#projects@DevNerd0 #100DaysOfCode #coding
After a week off to organize my stuffs I'm back π₯ππ€
This time it's a nice calculator app built with React and TypeScriptπ₯
β‘οΈ Features:
β Dope functionality
β Theme toggle with 3 cool color options
β Powerful error handling
β 100% responsive design
β Modern design with bouncing buttons when the user clicks
β Amazing performance
Check it out β‘οΈπ
Live Link
Repo Link
#projects@DevNerd0 #100DaysOfCode #coding
π₯8π1
Forwarded from Chapi Dev Talks
Don't just be a developer,
Make your self business minded from campus
The more exposure you have you be closer to the Juicy part of your life
Make your self business minded from campus
The more exposure you have you be closer to the Juicy part of your life
β€7
My #Day77 of #100DaysOfCode Challenge Project
Cool QR Code Generator built with React and TypeScript β‘οΈ
β‘οΈ Features:
β Dynamic QR code generation
β Gradient overlays to make it cool
β Easy download & share options
β Amazing performance
β Fully responsive design
Check it out and generate your own QR codes β‘οΈπ
Live link: QR Code Generator
Repo link: Repo
#projects@DevNerd0
#React #TypeScript
#coding #QRCode
#100DaysOfCode
Cool QR Code Generator built with React and TypeScript β‘οΈ
β‘οΈ Features:
β Dynamic QR code generation
β Gradient overlays to make it cool
β Easy download & share options
β Amazing performance
β Fully responsive design
Check it out and generate your own QR codes β‘οΈπ
Live link: QR Code Generator
Repo link: Repo
#projects@DevNerd0
#React #TypeScript
#coding #QRCode
#100DaysOfCode
π₯7