#cssforjs search results
What a way to describe tacky 'display: inline' property "It's like a sushi roll. It starts as a long strip, but it's cut into slices before being presented." @JoshWComeau #CSSForJS
Day 69 #100DaysOfCode • Wrote up some notes on height algorithms from the #CSSforJS course, here are some useful notes about setting up a minimum height ☺️ • Learnt about organising React components and started styling the navbar for the 1st project of the course 😍
Good session on @frontendmentor Spent all morning working on the header of @frontendmentor 's PLANETS FACT SITE. Pretty fun challenge trying to make it both responsive and accessible, @uidotdev and @JoshWComeau 's #CSSforJS came in handy. Onto the next part🫡
I'm starting the incredible learning experience with #CSSforJS. Insane how well the course presents complicated concepts. Even tho I knew how to solve something with CSS I don't always understand why it works-@JoshWComeau explains a lot of the Why. Thanks @AlexOkrushko & @Cisco!
Day 54 #100DaysOfCode • Made notes for Module 0 in #CSSforJS course • Continued working on my personal project (practice speaking English app). Tidied up timer/button logic and added 'Next question' functionality. (sped up for the video, the timer runs at normal speed IRL 🤪)
Day 64 #100DaysOfCode Back to studying making notes for the #CSSforJS course going through The Box Model (padding, margin, border) + starting the Flow Layout section Also, I learnt that the CSSWG has published a list of "mistakes" in the design of CSS (link in next tweet)
Thank you so much for my birthday gift @JoshWComeau 🎉🎉🎉 Going to nail my CSS for JS 💪 #webdev #CSSTricks #CSSForJS
Day 72 #100DaysOfCode Submitted the first workshop for the #CSSforJS course and I'm feeling super proud of myself. Will take some time to review the solution tomorrow 😍 I also did the first challenge for #DevAdventCalendar🎄
#100DaysOfCode Days 30-31 #CSSforJS Module 3 complete! It's a really great refresher for Styled Components, and I also learned quite a few more neat tricks for making my own custom form elements and progress bars.
CSS em and rem units #CSSforJS buff.ly/3bEXdaH #code #webdev #DEVCommunity #Codingnewbies #webdesign #css #CSS2022
Day 81 #100DaysOfCode Really felt in my groove today for the first time in ages: • Solved my first JS linked list problem #DevAdventCalendar • 1 hour studying #CSSforJS course (relative + absolute positioning) • Went through feedback given for my last frontendmentor challenge
Good session on @frontendmentor Spent all morning working on the header of @frontendmentor 's PLANETS FACT SITE. Pretty fun challenge trying to make it both responsive and accessible, @uidotdev and @JoshWComeau 's #CSSforJS came in handy. Onto the next part🫡
Good session on @JoshWComeau 's #CSSforJS course. Started the flexbox module . . . Gotta get started on some projects on @frontendmentor asap till tomorrow🫡
Done with the component architecture module of @JoshWComeau 's #CSSforJS course. The challenges this time was headache inducing (😅), especially when viewed with the lens of accessibility. till tomorrow🫡
Good session on @JoshWComeau 's #CSSforJS . Diving into various methods of organizing CSS especially in component based frameworks like React. till tomorrow🫡
Learnt how to use position: absolute; and position: relative; in CSS. Hard to believe something that terrorised me for so long could be so logical, and dare I say it -- simple. #CSSforJS
Started thinking of CSS as a collection of layouts instead of a collection of properties. Seems a much more logical language! #CSSforJS #FrontendDev
Day 7 of Josh Comeau's course. Going through the Application Structure, Fragments, and Iteration section of the #JoyofReact, and implementing the Workshop Agency page in #CSSforJS. Let's go! #FrontendDev
Day 5 of Josh Comeau's course. Excited to build an in depth understanding of CSS margins and React props! #100DaysOfCode #CSSforJS #JoyOfReact #FrontendDev
Finished with #CSS details that make the difference from the #CSSforJS course: scrolling, focus and float shapes! ⭐️ Day 80 of #100DaysOfCode
Onto the last module of #CSSforJS #CSS course, learning about the details that make websites look professional! Filters, border radius, shadows and colors! Day 78 of #100DaysOfCode
In CSS Grid learned centering trick by adding only two line of declarations, You can place the element center .example { display: grid; place-content: center; } #CSSforJS
Checked on Clamping with minmax .some-example { display: grid; grid-template-columns: minmax(40px, 1fr) minmax(240px, 1fr); } - First column should never shrink below 40px - Second column should never shrink below 240px #CSSforJS
Today Checked on Tracks and Lines concept, In grid you place the element by tracking it's position from rows or columns #CSSforJS
Started with week of concept, 👉 Grid Areas - Assigning to an element with help of their name of region #CSSforJS
Finished with the #CSS shoe e-commerce store exercise from the #CSSforJS course, here is the final mobile version with a modal! Day 65 of #100DaysOfCode
On this month august challenging myself to learn about concept CSS in Grid! #CSSforJS Today explored how to check the grid in browser, 🧵Check how to check this 👇
After spending some time on learning backend (rightfully so), it is so cool to be able to "see" some progress with the frontend and #CSS . This is what I've done as an exercice from #CSSforJS course (CSS only, no backend here): Day 62 of #100DaysOfCode
Day 55 of #100DaysOfCode and learning about styled-components in #CSS with #CSSforJS course 💻
What a way to describe tacky 'display: inline' property "It's like a sushi roll. It starts as a long strip, but it's cut into slices before being presented." @JoshWComeau #CSSForJS
Day 69 #100DaysOfCode • Wrote up some notes on height algorithms from the #CSSforJS course, here are some useful notes about setting up a minimum height ☺️ • Learnt about organising React components and started styling the navbar for the 1st project of the course 😍
Good session on @frontendmentor Spent all morning working on the header of @frontendmentor 's PLANETS FACT SITE. Pretty fun challenge trying to make it both responsive and accessible, @uidotdev and @JoshWComeau 's #CSSforJS came in handy. Onto the next part🫡
I'm starting the incredible learning experience with #CSSforJS. Insane how well the course presents complicated concepts. Even tho I knew how to solve something with CSS I don't always understand why it works-@JoshWComeau explains a lot of the Why. Thanks @AlexOkrushko & @Cisco!
Day 64 #100DaysOfCode Back to studying making notes for the #CSSforJS course going through The Box Model (padding, margin, border) + starting the Flow Layout section Also, I learnt that the CSSWG has published a list of "mistakes" in the design of CSS (link in next tweet)
CSS Media Queries are kind of like an if statement in JS ✨ Thanks @JoshWComeau #CSSforJS #LearnInPublic
Day 81 #100DaysOfCode Really felt in my groove today for the first time in ages: • Solved my first JS linked list problem #DevAdventCalendar • 1 hour studying #CSSforJS course (relative + absolute positioning) • Went through feedback given for my last frontendmentor challenge
CSS em and rem units #CSSforJS buff.ly/3bEXdaH #code #webdev #DEVCommunity #Codingnewbies #webdesign #css #CSS2022
Something went wrong.
Something went wrong.
United States Trends
- 1. Sesko 40.8K posts
- 2. Ugarte 14.1K posts
- 3. Richarlison 19.2K posts
- 4. Amorim 64.6K posts
- 5. Good Saturday 30.6K posts
- 6. De Ligt 22.9K posts
- 7. Tottenham 77.3K posts
- 8. Cunha 24.9K posts
- 9. #SaturdayVibes 4,281 posts
- 10. GAME DAY 31K posts
- 11. Casemiro 21.5K posts
- 12. #TOTMUN 16.5K posts
- 13. #Caturday 4,404 posts
- 14. #MUFC 23.6K posts
- 15. Lando 39K posts
- 16. Vicario 1,925 posts
- 17. #BrazilGP 67.1K posts
- 18. Manchester United 83.4K posts
- 19. Richy 4,127 posts
- 20. Dalot 12.1K posts