Few days ago we created Phineas using CSS and now it's time to create Ferb also in few simple steps😄

THREAD🧵
STEP 1: Create a Face of rectangular shape

- Create a rectangle and rotate it a little bit
- Give it a solid border without border-bottom
- Position it
Now we need to create lips and ear. We will create them using pseudo-element ::before and ::after of "face" class div

i.e.

.face::before {
// code
}

.face::after {
// code
}

👇
STEP 2: Create Lips

- Make a small square
- Add bottom and left border
- Skew it so that it seems like a lip
- Add little bit of bottom-left radius to give it a more realistic look
STEP 3: Create a Ear

- Create a circle
- Give it a solid right and bottom border of color same as face
- Rotate it a bit in order to match the boundary of ear to face
STEP 4: Create a Nose

- Make a square
- Apply solid border of same color as of face
- border-right: none - in order to match it with the face boundary
- Position and rotate it so that it sync with the face
We have to extend the border of nose so that it looks like the nose is coming out of the face.

Again, we can do that using pseudo-elements

- Just create a small rectangle with same border and adjust it to the top border of nose
STEP 5: Create an eye

- For eye we need an oval shape (height > width)
- Apply black border with white background color
- Position it behind the nose

CONTINUE...
- Add a small black oval inside the eye

* You can create black oval using pseudo-elements ::before
- Add a even small white reflection in black oval(pupil) to give it a more realistic look

* You can create black oval using pseudo-elements ::after
STEP 6: Create second Eye

- Create second eye using same technique and code
- Just position it differently
STEP 7. Create hair spike

This is the easiest part in my opinions because all you need to make are just random spikes.

What I have done here is just created a border-top 20px and rotate it in order to give it a spike look.
STEP 8. Create hairs

Repeat step 7 and create multiple spikes so that they look like hair
EXTRA READING

🔹 https://developer .mozilla.org/en-US/docs/Web/CSS/transform-function/skew()

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Pratham 👨‍💻🚀

Pratham 👨‍💻🚀 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @Prathkum

8 Jan
Dou you want to learn web development but don't have much money to spend on a course?

Don't worry, there are many great YouTubers who are spreading knowledge for free

THREAD🧵
Read 12 tweets
8 Jan
Front-end developer roadmap for 2021 🧵👇🏼 Image
I started my web development journey exactly one year ago i,e. January 2020 and it's been a year since I'm in learning phase

In this thread I'll be covering

- All you need to learn about front-end development
- Tools and technologies
- Skills you need to learn
- Resources
First things first, you need an editor to write code. There are plethora of editors out there like atom, VS code, sublime etc

I recommend you to start with VS code. Why?👇🏼

🔹Many built-in features
🔹It's fast
🔹Large community
🔹IntelliSense code completion and debugging
Read 24 tweets
3 Jan
Neumorphism is a trendy UI style nowadays. So let's create a neumorphic form using few simple steps

THREAD🧵
Neumorphic design is another UI design that has become popular these days.

Making neumorphic effect is actually pretty easy using only just CSS box-shadow

We'll be creating a neumorphic form in steps👇🏼

2.
STEP 1:

Place a light source(virtually) on screen. In this example I'm considering that my light source is placed top left corner of the screen

3.
Read 11 tweets
2 Jan
Let's create Phineas using CSS in few simple steps😄

THREAD🧵
STEP 1. Create a head

create a triangle and rotate it so that it looks like a head
STEP 2. Create smile and ear

We have a pseudo elements in CSS, so we can create smile and ear using head::after and head::before
Read 11 tweets
1 Jan
Hey👋🏼

Do you like my new Twitter header that I just created using CSS? If yes this thread is for you😄

I implemented GLASSMORPHISM which is a latest emerging trend in designing. You can also create one it's pretty easy.
Let's see

THREAD 🧵
In this thread you will find

- Code snippets
- Outputs
- Resources
- and some other stuff related to this

2.
Create a container div of height 500px and width 1500px.

Pick a color for background either light or dark. You can pick a color by your choice from here

3.
colorhunt.co
Read 11 tweets
31 Dec 20
Hey👋🏼

Are you planning to learn programming in 2021, but don't know which language to start with?

I'm here to help you out

THREAD🧵
1. C

🔸Database systems
🔸Graphics packages
🔸Word processors
🔸Spread sheets
🔸Operating system development
🔸Compilers and Assemblers
🔸Network drivers
🔸Interpreters
2. C++

🔸Games
🔸GUI Based Applications
🔸Database Software
🔸Operating Systems
🔸Browsers
🔸Advanced Computation And Graphics
🔸Cloud/Distributed System
🔸Compilers
🔸Banking Applications
Read 6 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!