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
STEP 3. Create eyes
This is the most trickiest part because in order to make an eye we have to create
- One bigger white circle
- then a small black pupil inside white circle
- then a small white reflection in black pupil
Let's create a outer white circle first
STEP 3(I). Create a black pupil
We can create pupil using pseudo element
STEP 3(II). Create white reflection in black pupil
Again make use of pseudo element and create small little white reflection inside pupil
STEP 4. Create moles
Well CSS art is all about creative ideas and solution. In previous step we made oval shape white reflection. We can also create moles using shadow of the white element(reflection) and align them properly
STEP 5. Create second eye
Same as step 3
STEP 6. 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 7. Create hairs
Repeat step 6 and create multiple spikes so that they look like hairs😁
That's all😍
Thanks for reading this thread. Drop a link of your creations below. I love to check them out
• • •
Missing some Tweet in this thread? You can try to
force a refresh
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
Which CSS Framework is Good to Learn?
Let's decode this question👇🏼
THREAD[0] 🧵
1. Bootstrap
🔸More than 146k stars, 71.5k forks, and 1,169 contributors on GitHub
🔸Time Saver
🔸Prevent Any Browser Compatibility Testing Issues
🔸Well-maintained Codebase
🔸Better Consistency and Teamwork
🔸More than 28.9k stars, 5.8k forks, and 1027 contributors on GitHub
🔸The base CSS appearances are built in and there won’t be much CSS bloat in the HTML
🔸Foundation provides you with a HTML5 form validation library.