How to Make a Website Using CSS Flexbox

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 141

  • @kwhat
    @kwhat 2 роки тому +26

    I spent most of the day attempting to find a decent tutorial on how to structure a basic webpage and this is by far the best video. Thank you very much!

  • @viralworld955
    @viralworld955 3 роки тому +44

    I love this clean code, you are not using extra divs to confuse begginers and the best thing is you are using semantic elements which make your code extravagant... Can you please create more videos of this?

  • @bahauddinchishte
    @bahauddinchishte Рік тому +4

    Mann please don't stop making content for noob! I can't thank you enough for this video. It helps me a lot.
    Everyone creates projects like this without any explanation or clue they just write the code and show but you do these both in a short time! Thanks a lot again, from Bangladesh!

  • @yasinfarzanali
    @yasinfarzanali 3 роки тому +7

    holy shit. you're succinct, explained EVERYTHING you did, gave the right amount of data, got to the point, didn't waste time on a dumb intro, and, AND you're better than my web dev teachers!

    • @SGWEBDEV
      @SGWEBDEV  3 роки тому

      Thank you for your kind words :)

  • @BigSmoke-r9w
    @BigSmoke-r9w Рік тому +2

    One of the best tutorials ever! Its good to know how flexbox is used in real life projects! Thank you!!

  • @muki4861
    @muki4861 2 роки тому +3

    fala buraz u Škopino i moje ime, pomogo sinam za OSMIĆA Allah te nadogradio!!!!!!!!!

  • @raclandcaptainmahesh3486
    @raclandcaptainmahesh3486 3 роки тому +10

    Simple and very effective way you designed ,developed and explained 💯,, come with more , just keep same simplicity but effective 👍👍👍

  • @aaroncatolico7550
    @aaroncatolico7550 11 місяців тому +1

    I thought that you should use the CSS grid for main website structure, then use Flexbox to handle the smaller inner elements of the website.

  • @brksk4309
    @brksk4309 4 місяці тому

    When presentation is excellent, even complicated things become simple. Wishing you the best.❤.

  • @Acesif
    @Acesif 3 роки тому +4

    I'm lucky to have found this tutorial. You teach really well

    • @SGWEBDEV
      @SGWEBDEV  3 роки тому +1

      Thank you for your kind words :)

  • @soumyajitdey5720
    @soumyajitdey5720 3 роки тому +2

    Wow very simple yet cool landing page! I believe this SVG is from undraw. I am very afraid of using CSS but i think I'll start now seeing how easy it was to design this simple yet elegant page.

  • @ulamusadag6901
    @ulamusadag6901 2 роки тому

    I appreciate you , you're perfeeeeeeeeeeeeccccccccccct, simple, effective, easy, understandable you must be a lecturer and a professional one, this my first video for me but dammmmmmn I'll go through your entire videos.
    Thank you for sharing.

  • @karthicksj1936
    @karthicksj1936 3 роки тому +3

    Super bro ur explanation is good and giving this code is very useful

  • @charlestoneoyoo
    @charlestoneoyoo 11 місяців тому +1

    Thank you so much sir, this came handy. explained in a concise and comprehensive way ...Sure all my doubts have been cleared. Thank you once again for the conteent and channel

    • @SGWEBDEV
      @SGWEBDEV  7 місяців тому

      You are most welcome

  • @bitingbutt
    @bitingbutt 8 місяців тому

    Thank you so much for the simple tutorial. It's what I really need, not some high production complex stuff.

  • @erdrindemi145
    @erdrindemi145 10 місяців тому

    Yo thx i just started to do computer stuff like this and u actually helped me more then my teacher does

  • @envision_79
    @envision_79 3 роки тому +4

    Very well explained. Thanks a ton!

  • @johnmason4264
    @johnmason4264 3 роки тому +4

    Great video, and a very good form of explanation. I really enjoyed it.
    Keep up the great work :)

  • @jeyakani1827
    @jeyakani1827 Рік тому +1

    Very useful video to me... tq 💫

  • @kaly3877
    @kaly3877 7 місяців тому

    I think you are awesome cos you also explain your process very clearly including shortcuts you use

  • @princewilladili100
    @princewilladili100 2 місяці тому

    Really awesome bro. 2024 and this is still useful

  • @kieran2347
    @kieran2347 3 роки тому +1

    Nice video tutorial. Thank you

    • @SGWEBDEV
      @SGWEBDEV  3 роки тому +2

      Glad you liked it Kieran :)

  • @JediPhantom
    @JediPhantom 3 роки тому +2

    Good tutorial, clear and well explained

  • @ricardoalinas6167
    @ricardoalinas6167 Місяць тому

    Great work, thanks.

  • @josephwilson28
    @josephwilson28 8 місяців тому

    Brother you have one more subscribe, your explication is fantastic, and you create a site for beginners and who can use for some intermediate. Now try to create a site a little bit difficult, so that we will learn in different ways withyou. Your channel is one of the different I see, Congratulations Brother.

  • @voicee6744
    @voicee6744 Рік тому

    Well done, what makes you different is that you clarify some stuffs that others just write it

  • @pankajtomar7944
    @pankajtomar7944 3 роки тому +1

    Excellent explain sir

  • @jamesdarnel
    @jamesdarnel 3 роки тому +2

    At 10:26 when your selecting the "a" tag why did you need more than the "a"?
    Also please go through adding the underline animations in greater detail. I do not understand what all the attributes/setting were doing individually. Thanks in advance

    • @SGWEBDEV
      @SGWEBDEV  3 роки тому +2

      so as to be more specific, since i need to target the a tag inside the ul, otherwise all other a tag would also get the styling which i intended for the navlinks.. its better to be more specific than to mess the styling of other elements accidently.
      Hope you understand
      Regards

    • @jamesdarnel
      @jamesdarnel 3 роки тому

      @@SGWEBDEV I thought that was the reasoning, Thank you! if possible can you also can you go through adding the underline animations in greater detail. I do not understand what all the attributes/setting were doing individually. Very helpful video by the way, you area wonderful instructor.

    • @SGWEBDEV
      @SGWEBDEV  3 роки тому

      @@jamesdarnel ok i will make a video on that topic

    • @jamesdarnel
      @jamesdarnel 3 роки тому

      @@SGWEBDEV Thanks! i cant wait to see it! BTW im actually having trouble with animation. its appearing above the links!
      ul li {
      padding: 0 20px;
      text-decoration: none;
      color: #3a3a3a;
      position: relative;
      }
      li a::after{
      content: "";
      display: block;
      height: 4px;
      width: 0;
      background: #c4c4f7;
      transition:all .5s;
      }
      li a:hover::after{
      width: 100%;
      }
      please help if you can.

    • @SGWEBDEV
      @SGWEBDEV  3 роки тому

      @@jamesdarnel I checked this, it's appearing at the bottom. here is the codepen link - codepen.io/Devrishi-Gupta/pen/ZEeROra

  • @riteshmauryafullstackdevel3753
    @riteshmauryafullstackdevel3753 2 роки тому

    This is very helpful, thank you so much for making this video and good luck.

  • @anushreesharma726
    @anushreesharma726 3 роки тому

    Awesome video... Learned many things from it.. Keep up the good work ❤

  • @manishkumar-bw5iv
    @manishkumar-bw5iv 3 роки тому

    Amazing..Thank you so much sir

  • @yonathanalemayehu5700
    @yonathanalemayehu5700 Рік тому

    Jst simply splended

  • @Burst4All
    @Burst4All 2 роки тому

    you write clean codes and very articulate in explaining each line of code.Thank you

  • @elullabies
    @elullabies Місяць тому

    This will be the begining of my goal, full stack web developer. Next project, how do i add effects on the buttons and the image. Thanks a lot!

  • @uulecrocodile8437
    @uulecrocodile8437 Рік тому

    thank you! just needed a refresher and this video was perfect for that!

  • @GameZoneX749
    @GameZoneX749 11 місяців тому

    Really good 👍🏻 tutorial

    • @SGWEBDEV
      @SGWEBDEV  7 місяців тому

      Glad you think so!

  • @brivet5049
    @brivet5049 3 місяці тому

    Flex box is really a game changer

  • @believer847
    @believer847 3 роки тому

    Tnx for clean tutorial for landing page!

  • @sardarzed_X
    @sardarzed_X 11 місяців тому +1

    Brother can u also provided resources link in description that you have used in video
    Btw Great Work Keep it Up🥰

  • @MeenatchiSundaramM
    @MeenatchiSundaramM Рік тому

    very nice explanation

  • @waterfall-1969
    @waterfall-1969 10 місяців тому

    Great Video

  • @nadeemakramansari1331
    @nadeemakramansari1331 Рік тому +1

    I really like your landing page. Can you make full website ?

  • @amigorankers7486
    @amigorankers7486 2 роки тому

    great how clean code is this...i am subscribing

  • @mahadev1050
    @mahadev1050 2 роки тому

    Awesome👍👏

  • @rafaolszak1146
    @rafaolszak1146 Рік тому

    Thank you for this tutorial 👌

  • @Rajakumar-yg4nc
    @Rajakumar-yg4nc 3 роки тому +1

    Well explained

  • @multispaceSri
    @multispaceSri Рік тому

    Why we use width 30% in content-left, instead can I use margin?

  • @ajayrabari433
    @ajayrabari433 3 роки тому +1

    Helpful video.

    • @SGWEBDEV
      @SGWEBDEV  3 роки тому +1

      Glad to hear that Ajay :)

  • @ephraimsalas6417
    @ephraimsalas6417 3 роки тому

    Thanks bro. Keep posting

  • @klaudiaizabela78
    @klaudiaizabela78 3 роки тому +1

    Very clear tutorial! Thank you

  • @GhulamMustafa-fz9dm
    @GhulamMustafa-fz9dm Рік тому

    Excellent

  • @museplays3335
    @museplays3335 3 роки тому +1

    sour could you make a video on this how we can change this desktop version to mobile layout?

  • @najmudheenkalapatil4785
    @najmudheenkalapatil4785 Рік тому +1

    Good video but some problems : hig speed and hard to follow, black screen with red text of class names and id that not clear in robust network resolution (480p), otherwise this is the good tuturial

    • @SGWEBDEV
      @SGWEBDEV  7 місяців тому

      I will rectify my problem in the videos to come

  • @amiralisalehi1955
    @amiralisalehi1955 3 роки тому

    It was really great. Thank you 😊💓

  • @RahulSingh-1
    @RahulSingh-1 3 роки тому

    Very basic but helpul....

  • @newonenewone8685
    @newonenewone8685 Рік тому +1

    Would you mind telling us the name of this site ? Thanks a million

  • @Rawarart
    @Rawarart 2 роки тому

    clean code, easy to understand. definitely sub

  • @shahrulamir983
    @shahrulamir983 3 роки тому +2

    Nice work bro. Want to ask when exactly we use other flex properties to define width such flex grow instead of using "width:30%"

  • @Arnold2.0
    @Arnold2.0 9 місяців тому

    ❤❤

  • @302RishabhSingh
    @302RishabhSingh 8 місяців тому

    I love it man

  • @paprisaha5610
    @paprisaha5610 Рік тому

    Please explain....
    Why there is underline coming under the texts of the left section

  • @mr.respect9728
    @mr.respect9728 11 місяців тому

    Nyc

  • @denniswilmot3086
    @denniswilmot3086 2 роки тому

    amazing brother

  • @plabmadeeasy
    @plabmadeeasy 3 роки тому

    You've got a new subscriber

  • @joshh4234
    @joshh4234 3 роки тому

    This was very good. Thank you!

  • @camilohuerta4994
    @camilohuerta4994 3 роки тому +2

    thank you!!! so useful

  • @MS10.football
    @MS10.football 2 роки тому

    Sir how to make animated pictures that you have putten on your thumbnail..?

  • @juliusmanuelrobias5199
    @juliusmanuelrobias5199 Рік тому

    where did you get the images?

  • @heliamohammadi3556
    @heliamohammadi3556 3 роки тому

    niceeeeeeee

  • @nailcandy
    @nailcandy 3 роки тому

    This was excellent!

  • @eyewuenemurphy-akpieyi2623
    @eyewuenemurphy-akpieyi2623 3 роки тому

    Please do you have full course on html css and java?

  • @sandwicheems
    @sandwicheems Рік тому

    Very useful!

  • @mohamedriadh0
    @mohamedriadh0 2 роки тому

    thx man that was very helpful

  • @achmadjulian74
    @achmadjulian74 3 роки тому

    thank you very much sir🙏

  • @behmenquliyev
    @behmenquliyev Рік тому

    resbonsiv veb sayt .

  • @darshankothari7180
    @darshankothari7180 2 роки тому

    sir to center the LI (home -navigation) and make it responsive

  • @abhiraj1011
    @abhiraj1011 Рік тому +1

    Thanks

  • @Vedic_Wisdom_og
    @Vedic_Wisdom_og 2 роки тому

    why have u written display property in ::after?

  • @manishkumar-bw5iv
    @manishkumar-bw5iv 3 роки тому

    Make more such videos

  • @shokintouch348
    @shokintouch348 3 роки тому

    It would be better you put the links for images to download and use in our project and explain more about after pseudo class

  • @HaidyMaher-z9v
    @HaidyMaher-z9v 11 місяців тому

    how to get the pictures he is using?

  • @ZanderKodehode
    @ZanderKodehode Рік тому

    Thanks so much

  • @kamallwagun2081
    @kamallwagun2081 2 роки тому

    Sir where to find such type of image plz give me the link

  • @plabmadeeasy
    @plabmadeeasy 3 роки тому

    Thanks for this!

  • @arpitkhandelwal901
    @arpitkhandelwal901 3 роки тому

    very good tutorial but could have been better if you added responsiveness to the website

  • @estudioslavida8061
    @estudioslavida8061 3 роки тому

    can you put the pictures images so we can do it ourselves

  • @suneelkumar-ju8up
    @suneelkumar-ju8up Рік тому

    is there any github url for the landing page

  • @techtalentblueprints
    @techtalentblueprints 2 роки тому

    Thank you

  • @Shiraz_Mazhar
    @Shiraz_Mazhar 2 роки тому

    which vs code theme?

  • @myosotisalderson
    @myosotisalderson 3 роки тому

    hello thanks for your video, to bad not have resource (images logo, and hero banner)

  • @educentre7079
    @educentre7079 Рік тому

    thankyou so much

  • @timmycrown5378
    @timmycrown5378 2 роки тому

    no link to the code and pictures used.. Please drop

  • @spacelover2868
    @spacelover2868 Рік тому

    how do download background images

  • @Dan-vv5kl
    @Dan-vv5kl 3 роки тому

    Thank you for the amazing course! Btw where can I download the background and logo image, I couldn't find them in the code folder I downloaded.

    • @SGWEBDEV
      @SGWEBDEV  3 роки тому

      i have used freepik.com for the images

    • @techmix4160
      @techmix4160 2 роки тому

      where is code folder?

  • @AdTechLearningHub
    @AdTechLearningHub 3 роки тому +1

    Could you please share the code?

  • @ibukunoluwadawodu1019
    @ibukunoluwadawodu1019 2 роки тому

    Please where can I download quality illustration for a web design?

    • @SGWEBDEV
      @SGWEBDEV  2 роки тому

      I use premium freepik.com resources

  • @skshahin5837
    @skshahin5837 3 роки тому

    big thanks bro

  • @GhulamMustafa-fz9dm
    @GhulamMustafa-fz9dm Рік тому

    Link for download project.??

  • @techtalentblueprints
    @techtalentblueprints 2 роки тому

    calc(100vh - 100px) is not working for me. Still I getting scroll bar. How can I remove it? please help.

    • @SGWEBDEV
      @SGWEBDEV  2 роки тому

      check the spacing between 100vh and 100px. if you write like this (100vh-100px) it will not work. add space and then check

    • @techtalentblueprints
      @techtalentblueprints 2 роки тому

      @@SGWEBDEV I checked, and it's working but still got small space below because of that scroll bar appear. Is there any other suggestions to remove it?

  • @tricksforsolving2804
    @tricksforsolving2804 Місяць тому

    I am finding this page to clear my diplay flex property