Dear Coder, html { /* font-size: 10px; */ /* 10px / 16px = 0.625 = 62.5% */ /* Percentage of user's browser font-size setting */ font-size: 62.5%; } with this trick you don't have to use calculator. If you want 18 px, just write, 1.8 rem, 20px is 2 rem and so on. I like your videos keep follow :-)!
@mattoattacko2 жыл бұрын
I think you might have the best tutorials on YT as far as explaning how we can go about figuring out how to style things goes. I absolutely love your videos! Thank you!
@travels__fun2 жыл бұрын
Thanks!
@DoubleDYouTube2 жыл бұрын
My favorite part was when you got stuck on why there's extra space below the icons. I do the same thing and can't let go of something until it's perfect, but I learned that sometimes it's much more important to look at the big picture. I write down the details I want to fix later if there's time. Cheers, great stuff!
@kehindefasunle49332 жыл бұрын
Perfectionist mindset. I wonder if this is good though 🤔
@TheCoderCoder2 жыл бұрын
For sure, and that's very true! In a real work environment with a deadline I wouldn't spend quite as much time on this, but in these tutorials I'm trying to do everything "right" 😅 Writing things down for later is a great strategy!
@TheCoderCoder2 жыл бұрын
@ Kehinde Fasunle - I've worked with some very perfectionist designers, where everything had to be pixel perfect lol. But like I said earlier, if I was on a deadline I wouldn't spend quite as much time on stuff like this. I think it's worth it for this video tho
@adamsDevArt9 ай бұрын
wow happy to see im not the only one :)
@majoralter2 жыл бұрын
Wake Up! Coder Coder uploaded
@TheCoderCoder2 жыл бұрын
🙌🙌
@aryankhandelwal15 Жыл бұрын
🙌🏻
@jd6306 Жыл бұрын
🙌🏾
@thecrazyhumour995 Жыл бұрын
🙌
@VicoSotto.2 жыл бұрын
Just started learning web development last nov(career shift) and is literally stuck at starting a project, that first project for beginners in frontend mentor. Wish me luck! Thank you Ms Coder Coder!
@kehindefasunle49332 жыл бұрын
Nice one @Vico Sotto, reach out to the slack channel for help. Someone would help when they are free.
@imnothere28022 жыл бұрын
I love your calm vibes also accurate tips that are easy to follow up. Thanks for sharing this with us :)
@stoyanvisuals Жыл бұрын
You're super chill when coding and I absolutely love that! By the way I've found a different solution to the SVG's having space at the bottom, but its kind of similar to yours. I just set the anchor element's display property to flex and that fixed the issue. I guess it doesn't matter now, but I thought I'd share that with you! Happy coding
@universecode11012 жыл бұрын
Great tutorial, for sure it will be useful to many people. I believe that sometimes the power of HTML and CSS is underestimated. Learn the basics 👍🏻
@TheCoderCoder2 жыл бұрын
Thank you for your kind words!
@mikalgoobric Жыл бұрын
Thank you so much Jessica for a real, true to life, coding project, with all of the thought processes and challenges along the way. This IS what tech is like on a daily basis. 100% best way to learn. Most 'tech teaching' videos are too polished; without the pitfalls!
@mikalgoobric Жыл бұрын
Looking forward to Part 2 :-)
@peacelover2902 Жыл бұрын
really like the way you did it! showing us how you'd develop a website in real world scenarios. when I watched other videos, I always wonder how they come up with the way they write the code. seeing you googling and revising back and forth really helps me understand how the pieces come together. thanks~
@bitcointvphilippines65062 жыл бұрын
This girl is one of the best teacher here in developer world. Amazing!. I like the way you explain how codes work. you explained it clearly. Many people will learn a lot from your videos and I'm one of them. Thank you. i hope you will make a tutorial also about REACT.JS . Godbless you.
@moonchild_아포방포4 ай бұрын
idk why her voice is so calming and reliable.. like "I'll guide you to proper coding techniques follow me".. recently watched her px vs rem shorts.. the way she explains is really neat!
@moonchild_아포방포4 ай бұрын
short* vid
@TheCoderCoder4 ай бұрын
Thanks so much!
@juansebastianlozanolamus69822 жыл бұрын
Wow can't wait until the part 2, this video makes me as ux designer think why i cant make my own coded portfolio using this as a guide. Thanks really thanks
@freaxwoz2802 Жыл бұрын
I super like this concept of coding videos tut, before I watch video code along believing that its just simple typing the code and then tadaaa! project is finished but this one is the real scenario of what really front-end developer's IRL way of how to solve problems how to initiative to solved problems and the preparation especially reading the web design. I highly recommend this to new beginners. Kudos to you Coder Coder keep healthy and share more knowledge with our fellow community your a great help.
@DevMadeEasy2 жыл бұрын
Hey Coder Coder, what a nice content, thanks for sharing it! I love the way you explain complex things, making it look simple and easy.
@TheCoderCoder2 жыл бұрын
Thanks so much!
@satansatansatan2 жыл бұрын
nice to see you uploading again! very helpful as always.
@TheCoderCoder2 жыл бұрын
Thanks for watching!
@AntonioBenderas Жыл бұрын
1:29:20 maby vertical-align: ? ...or line-height
@nelsonleone25082 жыл бұрын
i love your humility , you browsing and talking about some stuffs like you don't know them , just to make your viewers relate, got me thinking that i can try a little bit better than you , 😩💔. In my dreams tho.
@ElementoryMyDearWatson9 ай бұрын
1:29:23 I came across a similsr issue in WordPress regarding mysterious spaces under svg icons. I discovered it was actually a line height value and I was able to zap it by declaring line-height: 0; to the icon's class styling rules. Not sure if that would work in this case though. Terrific video, many thanks for your time and generosity.
@jp.cortes2 жыл бұрын
Perfect!. Thanks for sharing I was struggling to build my own. I will use this tutorial as a reference.
@kehindefasunle49332 жыл бұрын
Hey Jessica 👋 This is my first time taking your tutorial. It is pretty cool. I have a suggestion for the anchor link bottom space. The svg images are of different sizes and flex adjusted the anchor to fill 100% of available space but the svg image size remains the same since it is not a flex item (its parent is). This is normal. We can fix this by using `padding: auto` on header__link class or `margin: auto` on the svg image. Reference 1:34:34
@TheCoderCoder2 жыл бұрын
I don't think those fixes work (at least they didn't when I tried) because the little space under the SVG img is due to the SVG being inline elements by default. This makes the browser add space under them to make room for descenders-- when letters like lowercase g, p, y, etc have lines that descend below the baseline. Also, using padding or margin auto will definitely help for horizontal spacing, but it unfortunately doesn't work for vertical space, which is what is happening here. I'd be interested to know if I'm wrong tho, so feel free to send me a codepen link with your code solution and I'll check it out!
@TheoRichard-rq3rv2 жыл бұрын
Hey Jess! There's another new frontendmentor challenge at the intermediate level and it will be nice to see you this kind of overview on that. Thanks!
@davi_mirr0rsanjuan2532 жыл бұрын
At first I thought this was a tutorial and not a challenge, still very informative thanks a lot!
@hakimchulan2 жыл бұрын
Love css content! Thank you
@TheCoderCoder2 жыл бұрын
Thanks for watching!
@danielemmanuel1692 жыл бұрын
Welcome back ma😊😊😊
@MrGZM902 жыл бұрын
Great jobs doing this tutorial i think you should do more of this in the future i think this will be really helpful for anyone who wants to get into the tech industry!
@wheres.wolfgang2 жыл бұрын
Hi Coder Coder! Whenever I’m doing a FEM project, I put the copy in a block comment, and that stops Prettier formatting it into one block. Very useful once you start writing the markup.
@mrwhispersofficial2 жыл бұрын
Hello coder coder. Big fan your tutorials.
@TheCoderCoder2 жыл бұрын
thanks for watching!
@RonaldoAkum Жыл бұрын
The Coder Coder de Best
@91dgross Жыл бұрын
With a single page developer portfolio are we able to include sections like “home” “about me” “projects” “contact” so that when we click on those tabs you get brought to those pages? Or would that be considered several pages?
@ムネタ2 жыл бұрын
Thank you so much! I learn a lot from this.
@zaidasifmalik2 жыл бұрын
Quality content! Keep it up
@TheCoderCoder2 жыл бұрын
Thanks so much!
@suhaybcabdulahijirde94812 жыл бұрын
Wait for a video like this Thanks 🙏🥰
@tomisinergy49632 ай бұрын
Hello Coder Coder. Much respect for your videos and expertise. I try to learn how to code and i my school they teach us to use Python with Django for server side. What you think about Django in web dev?
@nocode6592 жыл бұрын
When you are releasing the course?
@TheCoderCoder2 жыл бұрын
I'm not sure, hopefully in 2023
@shehzadahmad4820 Жыл бұрын
thank you for this, it is so awesome!
@silvioukoth16992 жыл бұрын
You are absolutely amazing.
@tommyjames4272 жыл бұрын
I recommend you to use px to rem extension
@mr_kiz Жыл бұрын
Hey Coder Coder, I tried installing and using the Gulp-Browser sync, but I noticed it has some high vulnerabilities. I'd love to ask if you still use it or now use an alternative to reload your browser without clicking reload each time.?
@RajagopallanV8 ай бұрын
Hello I have listened to your video and it is very good. Thanks for uploading. But I would like to know if you have uploaded any video on how to build a portfolio website using only the basic concepts of HTML, CSS, and JavaScript (as I don't want to use any intermediate or advanced concepts for now). Thank you
@amoltandon39032 жыл бұрын
can u plz tell why justify content alone does not centre the name and the svg images??
@Leprechaun-nb7ck2 ай бұрын
Fab! Thanks) But where's Part2?
@TheCoderCoder2 ай бұрын
playlist link in the description!
@gklelei516310 ай бұрын
Which vs code theme are you using kindly
@kentmiggalen97562 жыл бұрын
how do i know if i have the enough knowledge of front-end. i mean when i should apply for small companies?
@keshawnsmith320 Жыл бұрын
Why do you use windows over macOS as a personal operating system
@JPUY252 жыл бұрын
worth watching keep it up
@SanjuNewa2 ай бұрын
can you do it in angular?
@stewtech Жыл бұрын
Can you choose the Free pro membership or do you need to choose the $8/month subscription?
@robertsampang96902 жыл бұрын
Hi, thank you for this tutorial 🔥
@TheCoderCoder2 жыл бұрын
You're very welcome!
@igalanga2 жыл бұрын
Quality content!
@rubengarciajr Жыл бұрын
what CAMERA are you using?!
@alfiartya232 жыл бұрын
Thanks for this videol, but I would like to ask about the extension name for turn off all CSS style that you did in the beginning. Thanks 😄
@TheCoderCoder2 жыл бұрын
Sorry, not sure what you are referring to. Do you have a timestamp I could look at?
@sohaildotcss Жыл бұрын
@@TheCoderCoder7:11
@TheCoderCoder Жыл бұрын
@@sohaildotcss it's called Stylus, it's a Firefox extension. Super handy!
@sohaildotcss Жыл бұрын
Thanks Jess 💝@@TheCoderCoder
@abdul-q-khan2 жыл бұрын
Can you make detailed video of DIY vs Nicepage and Wappler etc. ? Difference, pro and cons....
@TheCoderCoder2 жыл бұрын
Sorry, I haven't worked with any of those yet 😅
@JohnWickXD2 жыл бұрын
Can't thank you enough sis😊
@kareem29282 жыл бұрын
Excellent tutorial... ^__^ Thank you....
@androroshen92057 ай бұрын
what is your vs code theme
@mmelimahlobo76566 ай бұрын
Never knew what name you use in your channel could have subscribed a long time ago but thank God I found you,took your course at freecode camp❤
@ffzz007 Жыл бұрын
Thankue for this tutorial...
@shahzadsheikh14592 жыл бұрын
your videos very informative
@TheCoderCoder2 жыл бұрын
Thanks for watching!
@rubengarciajr2 жыл бұрын
You are amazing!!!
@robertrelativo062252 жыл бұрын
i love it. thanks
@juliancandiani3938 Жыл бұрын
I loved the 8:55 moment xD
@abdullahelsaid2 жыл бұрын
Love your workflow and definitely learning a lot, thank you so much. One question tho, how do you expand the HTML tags to be in separate lines? I searched a lot but couldn't find any useful sources.😅
@jatinahir57702 жыл бұрын
use VS-code extension called Prettier - Code format , when you hit ctrl + s it automatically formats your file.
@patrickvogele71402 жыл бұрын
Any Reformat Plugin will do this Job for you 🙂 - You can use prettier, saveActions, etc.
@hardtosay5290 Жыл бұрын
@@jatinahir5770 I was looking for such a comment here, but ctrl + s is for saving a file 🙉
@hardtosay5290 Жыл бұрын
If you have Prettier installed, it's Shift + Alt + F (for Windows)
@AntonioBenderas Жыл бұрын
html { font-size: 100%;} Why not 62.5% ?
@hassaneoutouaya2 жыл бұрын
Thank you so much 1 !
@bogdanpetrovic79402 жыл бұрын
why use header with class="header" ?
@daxtmd56522 жыл бұрын
Do you have courses on Udemy? if not, why not?
@chawaphiri1196 Жыл бұрын
I haven't completed watching this video. I will watch it after a bit. But I really am waiting for coder coder to do a chatGPT3 video. I know I know hype this hype that but I trust her opinions so I think it will be cool to hear what she says
@webprogrammingtutorials-alo69 Жыл бұрын
Very useful
@vishalsayyz2 жыл бұрын
Awesome 👌
@TheCoderCoder2 жыл бұрын
thank you!
@Forntenddeveloper9 ай бұрын
New Subscriber ❤
@boris7424 Жыл бұрын
Why pure Css? Why not go with Sass?
@OceGameplays2 жыл бұрын
Where was this video 3 days ago when I had an exam in HTML and CSS 😂
@TheCoderCoder2 жыл бұрын
😅
@pawanthanay2 жыл бұрын
Hi, can we expect tailwind CSS videos from you 😬
@astawesegngetachew90712 жыл бұрын
Where have you been? Nice tutors
@TheCoderCoder2 жыл бұрын
thanks!
@barcalover0162 жыл бұрын
why you are not using sass anymore? im stuck with one of your older videos because of sass and gulp, so im trying to figure out the solution from your new projects, but i see you are not using sass anymore, sass is so helpful but files, forward and use are so confusing
@TheCoderCoder2 жыл бұрын
I usually use Sass but just didn't for this series. I explain more about Sass and @use in my Sass for Beginners video, in my channel. Hope that helps!
@prashlovessamosa2 жыл бұрын
Thanks
@tGoldenPhoenix Жыл бұрын
1:27:39
@hassansasbangura Жыл бұрын
I'm a beginner I want tutorials on HTML and CSS
@oppomobile-ur4jd Жыл бұрын
Using?
@opeyemiadewusi5926 Жыл бұрын
Nice tutorials but I’m having with the hovering on the socials. Part
@vinzz52822 жыл бұрын
I don’t know if you’re gonna read this but I think you should’ve added some background music
@TheCoderCoder2 жыл бұрын
We decided to try no music this time, just to see if people liked it didn't like it. But maybe next time we'll add it back in!
@Trentvucich2 жыл бұрын
@@TheCoderCoder I liked the no music, I was very focused and engaged the whole time, Thank you!!
@abner372 Жыл бұрын
48:17
@moodymonstrosity14232 жыл бұрын
Let's gooo
@omorfaruk69862 жыл бұрын
Please give more html css projects
@VoloInTech2 жыл бұрын
❤️❤️❤️❤️❤️❤️❤️❤️❤️
@abdullahalrumman09 Жыл бұрын
why i need to code to build this. I can build this inside webflow insiden an hour
@koranKarim332 жыл бұрын
I don't know why but i like you
@alfiefelix79682 жыл бұрын
😻
@sakarpathak8704 Жыл бұрын
And I thought " front end is easy"
@Soulful_Successor2 ай бұрын
😂
@abdul-q-khan2 жыл бұрын
Hi 👋
@FirstnameLastname-re9ei2 жыл бұрын
Glory to Ukraine. But where is the layout of the figma? :)
@shaikh.quadeer2 жыл бұрын
stop wasting time in Javascript for backend use java spring boot 🤩
@PrabhatMishra-u3o Жыл бұрын
1:31:44 lol , I just put margin-top: 10.5px at header_social