Тёмный

How to Style a Modern Website (Part One) 

Web Dev Simplified
Подписаться 1,6 млн
Просмотров 242 тыс.
50% 1

In this series we will learn how to apply modern design in order to style all of the web pages for our band web site. In this particular video we will cover modifying our project to use CSS, as well as all of the code needed to completely style the about page of our band web site. Through the course of styling this page we will cover many CSS properties as well as modern CSS best practices.
Code For This Lesson:
github.com/WebDevSimplified/I...
Introduction to HTML Series:
• Introduction to HTML |...
Learn CSS in 20 Minutes:
• Learn CSS in 20 Minutes
Twitter:
/ devsimplified
GitHub:
github.com/WebDevSimplified
#CSS #WebDevelopment #Programming

Опубликовано:

 

29 авг 2018

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 207   
@juanponcedeleon8617
@juanponcedeleon8617 3 года назад
Man your videos are FIRE. Usually tutorials just say, “oh write this, write that” and your wondering what does each part do. Thankfully we have you who gives every line of code an explanation. Keep up the good work my man. 🙂
@skeeterburke
@skeeterburke 3 года назад
high cyber five, i am in love with his videos too ❤ definitely want to understand how to connect the dots
@jawad_youtube
@jawad_youtube 2 года назад
Yes, he explains everything 😍
@quanten
@quanten Год назад
Copied comment
@XradicalD
@XradicalD 4 года назад
Wow, I ACTUALLY learnt something with this tutorial. Funny-not-funny story; I went to college for graphic design and we had a class that was meant to teach us HTML. As you're probably guessing, we learnt nothing from it, the teacher just didn't know how to teach (For one he want us to use Dreamweaver). Matter of fact, the final project was to make a simple webpage, but everyone in class outsourced it to someone else. Worst part is that the day we were meant to present our sites, this dude didn't even came at all, we just sent it to him, God knows if he actually saw anything. I have a similar story with 3D modeling class, but that's another can of worms. What I couldn't learn in, like, 4-5 months I just did on less than a couple of hours. Granted, practice and on-going learning is crucial here, but at least I know that "I can actually learn this". You have no idea how grateful I am and I'm sure everyone here is too. Thank you, truly.
@WebDevSimplified
@WebDevSimplified 4 года назад
You are very welcome. I'm sorry your first experience with programming was so bad. It is truly a fun skill to learn and I am glad I could help you learn it so quickly.
@XradicalD
@XradicalD 4 года назад
@@WebDevSimplified Absolutely! I look forward for more personal growth. If any, learning how to build a personal portfolio site would be a nice practice run.
@ghanitak
@ghanitak 3 года назад
I started my webdevelopment journey with this video, damn i couldn't even link a image at that time. You will always remain special to me kyle❤️
@WebDevSimplified
@WebDevSimplified 3 года назад
I'm so glad I was able to help you get started
@Mila-cu1oi
@Mila-cu1oi 3 года назад
It's amazing how I ask myself questions throughout your tutorials but then you always answer them one way or another. That's what I call excellent teacher-stedent connection. Bravo.
@Sabrecho
@Sabrecho 5 месяцев назад
5 years back, but still amazing tutorials. Splendid work! BTW: starting this just before Christmas '23 means I happened to have my fav Christmas movie playing while I started my version. The movie is The Perfect Gift and features Jesus in (a very weak) disguise calling himself 'Jes'. While I was trying to come up with a band name, Jes was telling a modern version of the Nativity Story to some Kindergarteners; telling them how "The Great Angels started singing, like a giant rock concert in the sky..." My band name instantly became "Jes & The Great Angels". 😁😇
@mfchaz
@mfchaz Год назад
I just recently made my first ever website made from html and css, I’m so proud of myself but super thankful for your work and teachings. ❤️
@mangyjc1451
@mangyjc1451 3 года назад
Loving this intro video series! I have not used HTML in 23 years, so I thought I would start from the ground up again. I'm very happy I did, as CSS has obviously changed everything. I'm a Win32/64 developer who is finally relenting and facing the music concerning desktop applications... long overdue. So far so good, thanks to you. I can't believe this is a free service. Excellent!!!
@elytra1081
@elytra1081 2 года назад
haha crazy! size your a og developer i have a question what is the used for
@alex.kal1
@alex.kal1 2 года назад
@@elytra1081 a div you can imagine as a "box" in which your thing will be. It doesnt have a specific place tho, its just separated from the rest
@belulok3964
@belulok3964 4 года назад
hi everyone, for those who is wondering why.... background-image: url("images/Background.jpg"); ....isn't able to load your picture, it's because you need to put a '/' in front of the the directory of the image is stored which in this case is 'images' like so.... background-image: url("/images/Background.jpg"); ....should be able to work like a charm after that.
@satyajitchattopadhyayyt
@satyajitchattopadhyayyt 4 года назад
Thanks.
@stingrayyz1003
@stingrayyz1003 4 года назад
Is there a alternative because it is still not working :(
@startplo12
@startplo12 3 года назад
@@stingrayyz1003 if you used html files from teacher's HTML Lesson 4 (like me), you need to link your HTML file with styles.css first in your 'about.html'
@elytra1081
@elytra1081 2 года назад
hi you probably having something overriding it maby the background color?
@elytra1081
@elytra1081 2 года назад
@@startplo12 haha what class
@nikelepz410
@nikelepz410 4 года назад
I watched whole 1:30 s of ad so that you can earn...I find this project work very effective to learn
@WebDevSimplified
@WebDevSimplified 4 года назад
Thank you for the support!
@andrewlee7574
@andrewlee7574 4 года назад
Nice Video! It clears a lot of my misconceptions on css. I am not studying computer science, but recently I found myself interested in doing web development! Your videos helps a lot of my self learning. Keep going:)
@chriscruz429
@chriscruz429 3 года назад
I learned more from this video than what I’ve learned from my Web Development college class.
@joegiusti528
@joegiusti528 4 года назад
Really an amazing video. It is compact without any rambling but still explains things well.
@DanShirley
@DanShirley 3 года назад
great video. haven't css'd in 7 years. this was a perfect refresh and i solidified some core concepts. cheers!
@rcasturi55
@rcasturi55 7 месяцев назад
Thanks a lot man. It is working great. I went on my home network on another PC and browsed the webpage. Great. Thanks again.
@savithakrishnan1404
@savithakrishnan1404 Год назад
Thank you Kyle, Your videos are very helpful for beginners like me.
@LaithFGC
@LaithFGC 9 месяцев назад
watching him do CSS is so helpful. if you have to figure out CSS on your own it can be so convoluted to find a good way of doing things. something even as simple as how to get the logo on your nav bar to stay where it should be can be hard at first
@jsmithtraveller
@jsmithtraveller Год назад
This playlist is brilliant. Thankyou.
@hiwayshoes
@hiwayshoes 4 года назад
Hi there! Thank you for your tutorials, it’s amazing how much I’ve learned by following your examples. You not only “show how” but you also “explain in depth” the meaning behind what you are teaching. This is by far one of the better channels for beginners like me to follow, so again, thank you so much! I have a question about the font family import. Is it better to link the font family in the head of the html document, or rather as you have done here, as an import to css? Even google fonts does not provide an explanation of the difference, if there is one, so I thought I would ask you.... Cheers!
@WebDevSimplified
@WebDevSimplified 4 года назад
Thank you so much. The difference between using import and using a link is actually almost nothing. The link is actually just linking a stylesheet that has the exact same CSS as the import statement. If you go to the href inside the link you can see the stylesheet. Here is an example. fonts.googleapis.com/css?family=Roboto&display=swap
@jinbo369
@jinbo369 2 года назад
if i got a professor like him i would gonan have a A++ in the end of the semester
@zaketenyu1932
@zaketenyu1932 2 года назад
@@jinbo369 If I've gotten a professor like him I would have been expelled for sexual harassment
@frenchiejr
@frenchiejr Год назад
@@zaketenyu1932 pause wth
@nadirzdf
@nadirzdf 4 года назад
Amazing classes! Help a lot for me!
@elvira_iliasova
@elvira_iliasova 5 лет назад
Thank you so much, you are a great teacher)
@Tesseract9630
@Tesseract9630 3 года назад
this is gold. thank you for making this video.
@henriumc
@henriumc 11 месяцев назад
I am watching your videos as a recap/refresher on CSS & HTML, and I feel that it's great for that purpose, however, for anyone totally fresh in CSS, they would need to continuedly pause the video in order to keep up if they are coding along with you. I am enjoying the pace however, as I can code along with you, or try and code ahead of you to see if I am going in the same direction as you do.
@samirsamir7779
@samirsamir7779 4 года назад
finally a great teacher mastering how to communicate his knowledge , if you can provide us on udemy ..etc a long video to teach us deeply html,css,js,react , php, to show us how we can develop a profesionnel great website please . Thanks for sharing your good knowledge !
@skeeterburke
@skeeterburke 3 года назад
love your videos ❤🏆❤ you know what I think would be useful? Having a brief pop-up that the student can read, that appears just long enough to pause the video to read. An example use would be when you are deleting the \ right before the space in the font name, to remind the reader what the symbol is for, and maybe "refer to my video" with a card that appears at the same moment. Maybe put an arrow in the pop-up info to direct students to click "over there" --> This way, you can include even more info in your awesome awesome videos, without slowing down
@shaifullahmunir71
@shaifullahmunir71 4 года назад
Wow! fantastic video. I subscribed to your channel hurriedly.
@moukkuahmed8157
@moukkuahmed8157 3 года назад
Hi web dev simplified First let me Thank you I was able to learn So much By watching this tutorial so thanks again
@kaleidscope927
@kaleidscope927 Год назад
Thanks dude, a very good guide, about the band image, you should have shown as how to place it at the middle of the words atlist so we have the idea of how.... but it was a very good tutorial.
@chemsochemso267
@chemsochemso267 7 месяцев назад
Thanks bro you're the best fr
@teneoultrius6340
@teneoultrius6340 2 года назад
It's just simple and awesome! Thank you bro!
@Games.On.Wheels
@Games.On.Wheels 6 месяцев назад
Thank you, I was able to put up my first website thanks to this tutorial.
@wixclub
@wixclub 3 года назад
Specificity : !Important > Inline-Style > IDs > Class > HTML Elements => 0,2,5.4,12 respectively. (CSS => Top to Bottom)
@gkingkamehajojo8651
@gkingkamehajojo8651 Месяц назад
Ty! Rly like your style :D
@RNMERIA
@RNMERIA 3 года назад
First of all thank you Kyle for the videos, can please tell me how to get the tag to go over the image as in the original example, bcoz you left it out in the final created example.
@thomasjessop9144
@thomasjessop9144 3 года назад
Awesome video, but had the issue of a high floating footer. The simple fix I found was to set html, body { height: 100%} and .container{min-height: 100%} Hope this helps anyone else who runs in the same issue.
@davidseeley558
@davidseeley558 2 года назад
Thank you! Had this issue. Much appreciated!
@JJohnny224
@JJohnny224 3 года назад
Hey, thank you so much for the great tutorial. I am trying to learn the basics of web development before going back to school for the fall semester. For the CSS, I am a little bit confused by the semicolon, I've noticed that we use it for some statements and we do not for others. Is there a general rule for the use of semicolon? Thank you again for the great effort you have put in these videos.
@cristinaqi256
@cristinaqi256 4 года назад
nice job, thank you very much
@GetYourSelfTogether803
@GetYourSelfTogether803 4 года назад
This vidoes really helpful. Thank you so much
@f.r.i.e.n.d.s8874
@f.r.i.e.n.d.s8874 Год назад
thank you very much for this tutorial It was very helpful
@o1techacademy
@o1techacademy 2 года назад
I am learning a lot from this video
@alibabets
@alibabets 2 года назад
Hi there! Im following the project and loving it. My page looks the same, except for the band picture inside the circle which is a litlle distorted.
@msms3260
@msms3260 2 года назад
Amazing, amazing content. BTW did anyone mention you look like JFK Jr? I was crushed when he went, but happy to see a a look alike.
@user-ci6ko8hi4x
@user-ci6ko8hi4x 5 лет назад
Thank you so so much You help me so much Thank you again
@WebDevSimplified
@WebDevSimplified 5 лет назад
You're welcome! I am really glad I could help.
@markbaladad6710
@markbaladad6710 5 лет назад
Thank you soooo much for the effort u put in to this
@WebDevSimplified
@WebDevSimplified 5 лет назад
Your welcome! I really enjoy creating these videos and knowing that I am helping amazing people like you is what keeps me motivated to make even better videos.
@markbaladad6710
@markbaladad6710 5 лет назад
I will watch and use all your videos
@mr.luna12
@mr.luna12 Год назад
Hey man, your videos have been super helpful! However, when I finished my website, mine had a bunch of white space after the footer. Have you seen anyone on here with the same problem? Do you have any tips on how to fix it, or if you think I missed something?
@markchristophercornelio8161
@markchristophercornelio8161 5 лет назад
nice work. I learned a lot. I subscribed your channel
@WebDevSimplified
@WebDevSimplified 5 лет назад
Thank you so much. I really appreciate it.
@toastpulver3422
@toastpulver3422 3 года назад
quick reminder: .ttf files need to be adressed as "truetype" in the format selector
@dwoodz1
@dwoodz1 2 года назад
Nice one dude 👍
@cheeksmcclappeth6407
@cheeksmcclappeth6407 Год назад
Very helpful and insightful tutorial. You have my thanks. Anyone else having trouble with importing fonts? I can't seem to get the Booter - zero zero font to work.
@erfelipe
@erfelipe 2 года назад
Great.
@CodingWayz
@CodingWayz 7 месяцев назад
liking the video, but i'm at 24:46 and i'd like to know how to get the band image a little down so the font goes over the top, like the example..?
@marvinwenn330
@marvinwenn330 4 года назад
Love this
@Tesseract9630
@Tesseract9630 3 года назад
This guy is the best.
@vlaxi8787
@vlaxi8787 5 лет назад
great work man! your videos will make learning web development much easier! how did you learn all this?
@WebDevSimplified
@WebDevSimplified 5 лет назад
Thank you! I went to college for a computer engineering degree, but they didn't teach web development at my school, so most of the web development I know was learned from watching RU-vid videos, reading blogs, creating projects, and working as an intern. Now I do web development full time so I am constantly learning new things at my job and through videos/blogs etc.
@vlaxi8787
@vlaxi8787 5 лет назад
@@WebDevSimplified Nice! Keep it up!
@selvamanir8671
@selvamanir8671 Год назад
​@@WebDevSimplified 😊
@benjaminteoh2511
@benjaminteoh2511 5 лет назад
Hi thanks for the great video you helped me understand the thought process behind styling a website:) I have a question though. At 13:32 of the video you used padding to space the nav li elements out horizontally. May I know the rationale behind using padding over margin to separate the elements? I used margin: 0 5%; which still gives the same effect.
@WebDevSimplified
@WebDevSimplified 5 лет назад
In general there isn't much difference between padding and margin for spacing elements out. Margin will collapse so if two sibling elements have 5px margin then there will only be 5px between them while if they had 5px padding then there would be 10px between them. Also padding expands the background so if you want to expand the background then you need to use padding.
@abdulwehabmohammed5580
@abdulwehabmohammed5580 3 года назад
Thanks for making such an amazing videos.
@sachinkoli-3935
@sachinkoli-3935 3 года назад
how can nav class have two different names?
@-i-nightmare6653
@-i-nightmare6653 Год назад
Is there a difference from linking my fonts in the html head then what you did here. Does this limit me on making changes in my css style sheet? does make sense what im asking lol
@thegeeeeeeeeee
@thegeeeeeeeeee Год назад
Such great tutorials. I've been using "vmax" instead of "em" and love the results. Any reason you use em? Sizing is so hard to understand
@Redwane-Music
@Redwane-Music 2 года назад
great demonstration. i just wanted to suggest that the fonts should not be refered to other site , what would happen for instance if google has a problem or any site in which the font resides. so it it preferable to have the fonts on the server
@ambareen2368
@ambareen2368 3 года назад
What’s the difference between using a class for your list items and for the links? Aren’t they the same thing? Also why did you make the list items inline and then the links inline-block?
@zyzzyboy6840
@zyzzyboy6840 3 года назад
Thank you so much
@rosaprint8676
@rosaprint8676 4 года назад
Thanks
@samermazraani9011
@samermazraani9011 3 года назад
hi thank you for the tutorial I'm watching it on freecode camp I want to ask about font where to download the booter zero zero and why is it '.ttf' not like you '.woff' even i'm trying to download another fonts and it doesn't work
@chuongcao9239
@chuongcao9239 3 года назад
Hi, can you tell me where can i get some similar logo images like youtube logo you use please ? i'd searched for twitter logo with transparent background but i can't find those logo like you use in the video.
@Naverdo
@Naverdo 2 года назад
I noticed that the 'About' header is only centre aligned (with the band header) until the window reaches a certain size, at a certain size (almost fullscreen) its more towards the left n not aligned with the top band
@michaelvexler
@michaelvexler 5 лет назад
nice job :)
@WebDevSimplified
@WebDevSimplified 5 лет назад
Thanks!
@hamzabannouri5196
@hamzabannouri5196 2 года назад
dude you rock!
@crazydillan8430
@crazydillan8430 4 года назад
Hello all, for some reason my header picture doesn't reach the top edge of the page. It sticks to the navigation bar which I have placed at the very top of the website. I tried to follow the instructions as best as I can, but it seems impossible. What could I do? Thanks in advance!
@Aceo_0
@Aceo_0 2 года назад
can somebody help me please? I do all the stuff but when I give the url for the header image in .main-header and save nothing shows up.
@danieldelapaz3102
@danieldelapaz3102 4 года назад
Hi web dev simplified! Thanks for your tutorials, they're extremely helpful and well organized. I ran into a problem though and haven't been able to figure it out on my own. Whenever you start working on the blue footer for the bottom of the page, I can't figure out why mine isn't all the way at the bottom of the page. but just under all the content more in the center of the page. Can I send you my code so you can look into it? Or if it's a simple solution, please let me know. Thank you! And anyone is welcome to give and tips or advice!
@robinmolenaar5768
@robinmolenaar5768 3 года назад
I have the same problem, was wondering if a was the only one :p
@jurreversluis4365
@jurreversluis4365 3 года назад
i have the exact same problem is there already a fix? :p
@jurreversluis4365
@jurreversluis4365 3 года назад
Okay i have got a fix. i don,t know if anybody is still wondering but for me i had not enough text. so i basicly because there is not enough text in youre p element it can,t reach the bottem of the page. so just add some more rules of text until it reaches the bottem on a browser full size. :)
@Snooker219
@Snooker219 2 года назад
@@jurreversluis4365 Thanks man!
@toxcastel
@toxcastel 2 года назад
Hey man I know this is a year later but if anybody else has this question it's not because there is an error in the code, but it's just how sections work. So as of right now the footer will print just after the last text you enter in and maybe your is not occupying your whole page because you are not telling it to do that. If you don't have enough text, what you could do is use this property: min-height: 100% inside your .content-section class, or the class you are using to wrap the content before footer. The property will make the section occupy 100% height of your screen and the footer will print after it
@1ryqw989
@1ryqw989 4 года назад
Thank you
@martijnnvt6949
@martijnnvt6949 3 года назад
Hi there, awesome lessons!! Got a question: If you make a class: and make a reference to it in style.css: .nav and .main-nav. How does that link to each other? I don't understand this part because the class is one name " nav main-nav. How can CSS see which part it is?
@alex.kal1
@alex.kal1 2 года назад
i think the space separates them, not sure tho
@Pinkman443
@Pinkman443 Год назад
@@alex.kal1 you are assigning two classes to the element
@badselection94
@badselection94 4 года назад
Awesome series! One question, does the imported font have to be in woff format? I've downloaded BZZ from urbanfonts.com, but they've all been saved as TrueType font files (file name in my fonts folder is BOOTERZZ.ttf). I can't seem to connect my HTML to it regardless of putting the source as ending in .ttf or .woff.
@neehiki4741
@neehiki4741 4 года назад
yeah i had a similar issue actually
@gwenaeloppitz3972
@gwenaeloppitz3972 4 года назад
Hey thanks again for your videos they are really well presented. Could you please make one about SVGs, I'm struggling to modify SVGs in css without pasting the entire svg code. I don't understand how to create a class containing the svg code and then call it with to be able to change the color etc. Thanks in advance!
@cadeheinberg3047
@cadeheinberg3047 2 года назад
ever figure it out lol?
@ActuallyDad
@ActuallyDad Год назад
Why was one font imported and another downloaded and defined with font-family? What's the difference and why should I do it one way or the other?
@jawad_youtube
@jawad_youtube 2 года назад
About page Done ✅ 2 more to go...
@Valdaur
@Valdaur 3 года назад
For some reason the footer isn't at the bottom of the page. There's a lot of white space below it, any suggestions? I think it has something to do with being at default zoom, I noticed you were zoomed in.
@georgechaitides5198
@georgechaitides5198 Год назад
Just figured it out :) .main-footer { background-color: #56CCF2; color: white; padding: .25em 0; /* This is how you make a footer fixed at the bottom - Start */ position: absolute; bottom: 0; width: 100%; height: 86px; /* Height of the footer */ /* End -This is how you make a footer fixed at the bottom */
@mosese4524
@mosese4524 Год назад
How in the world would I know that for example #333 is a type of light grey and so on. I mean how many colors are there, and how do I figure out the corresponding numbers ?
@Alexandra-Rex
@Alexandra-Rex 2 года назад
My footer did not align like yours does, and I looked through all the code, and it was the same from what I could see. Then I copied yours in over mine, first CSS, and no change, then HTML, and it changed. But I looked through it again, and nothing different. Except the length of your paragraphs. The "Lorem ipsum" text Visual Studio Code enters when you type in "lor" and hit tab to auto complete it, is shorter than what you had. So with less text, the footer doesn't align correctly cause it's pushed down enough by the paragraphs it seems. Anyway, thanks for these videos, it's a great refresher for someone who hasn't touched this stuff since the beginning of the century.
@bhavishramdin2426
@bhavishramdin2426 2 года назад
The following should work: First add "margin-top: auto;" to the main-footer class: .main-footer { background-color: #56CCF2; color: white; padding: .25em 0; margin-top: auto; } Then create a new body selector as follows: body{ min-height: 100vh; display: flex; flex-direction: column; }
@linconl2367
@linconl2367 3 года назад
Nice
@bruhurb6298
@bruhurb6298 4 года назад
Noramlly don't you use reset.css for reset all the standard css style, and the re-style the element you need?
@nojuskriauciunas8719
@nojuskriauciunas8719 2 года назад
My aspect ratio of the image fucks up in about us page the band looks longer. What can I do?
@IMdrummerTab
@IMdrummerTab Месяц назад
Thank you for the tutorial it is amazing but I am having a problem that the footer is not at the bottom of the page, its position is right after the about section
@IMdrummerTab
@IMdrummerTab Месяц назад
can someone help me fix that?
@ishicoorens6163
@ishicoorens6163 4 года назад
After following this tutorial I noticed a white blank space beneath the footer I tought I made a mistake so I coppied the code from github I still have the white space. Does anybody know what this is? I am using the latest google chrome version and havent changed any settings
@StormRaiderR
@StormRaiderR 3 года назад
Because the web page does not take 100% of the height of your screen. This can be fixed applying a min-height property on the section element something like this min-height: calc(100vh - X) , where X is whatever height your header has + whatever height your footer has.
@ishicoorens6163
@ishicoorens6163 3 года назад
@@StormRaiderR thank you!
@sachinkoli-3935
@sachinkoli-3935 3 года назад
how to change the color of logos in footer section like youtube,spotify,facebook
@lilili765
@lilili765 8 месяцев назад
Display: flex doesn't do anything for me so those icons on the footer are still under the generics text
@forhadrh
@forhadrh 3 года назад
Cool! :)
@rammzzi
@rammzzi 3 года назад
I’m adding in the background on the main header and nothing’s happening hoping someone know how to fix this
@hipno8686
@hipno8686 3 года назад
10:08 turn list to inline 23:00 about band image work
@miloschmanic9493
@miloschmanic9493 3 года назад
whyin all what you create background color did not go red?
@bryceblazegamingyt9741
@bryceblazegamingyt9741 Год назад
Why is the navbar slightly off center? I don't understand.
@theFastestSloth_001
@theFastestSloth_001 2 года назад
.main-nav { text-align : center} Is not working for me what could be the problem ??? The home, store and about are not aligning to center !! They do change their position for a second but quickly reverts back to their original position
@ergi9527
@ergi9527 3 года назад
The background image didn't show up i made on my web page and yours but again dont show it why? Pls tell the answer
@SpaceRanger21
@SpaceRanger21 3 года назад
Don't write the url of the image in Quotation marks
@sharriceowens913
@sharriceowens913 Год назад
how do we download the booter zero zero font??
@Crime_pays
@Crime_pays Год назад
Do you have a course
@krisly5201
@krisly5201 10 месяцев назад
var quantity=quantityElement.value I got this error on this line of code (store.js:31 Uncaught TypeError: Cannot read properties of undefined (reading 'value')). They cannot read the value of the input field. Anyone please help!
@aestheticallyamazing2003
@aestheticallyamazing2003 5 лет назад
Hey I'm new to Css and just wanna ask if to design my website is it needed to create another file type for css?
@WebDevSimplified
@WebDevSimplified 5 лет назад
It is not required but it is highly recommended to have your css in a separate file. It will make designing the site much easier.
@aestheticallyamazing2003
@aestheticallyamazing2003 5 лет назад
@@WebDevSimplified since there's 3 pages Home About Store Would I need to create 3 CSS file for each html type and how will the css file link to the html if there's more than 1 your designing
@WebDevSimplified
@WebDevSimplified 5 лет назад
You only need one CSS file since you can include the same file in each page. I recommend watching this video (ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1PnVor36_40.html) since it covers the basics of how to setup CSS.
@gustavklint3157
@gustavklint3157 4 года назад
Hi, got stuck by the main-header background image. Cannot show any image as background. When testing the link I get "An error occured while loading the image".
@SaifUlIslam-lw3dm
@SaifUlIslam-lw3dm 4 года назад
i also couldnt figure it out.
@samuelhulme8347
@samuelhulme8347 3 года назад
Gustav Klint put a / before Images in the url() in the css
@nithish7235
@nithish7235 2 года назад
@@SaifUlIslam-lw3dm that background image should be in css file location
@gustavklint3157
@gustavklint3157 4 года назад
Solved. So the url("images/Header Background.jpg"); wasn't working but ulr("/images/Header\ Background.jpg");.
@weihuang730
@weihuang730 4 года назад
I can't make the footer fixed at the bottom,so I use footer{ position:fixed; width:100%; height:60px; margin-bottom: 0; bottom: 0; background-color: rgba(100,100,100,.9); } Is that ok?
@anilchoudhary7916
@anilchoudhary7916 4 года назад
I am facing the same issue. It's not working for store.html
@TheFanofWheels
@TheFanofWheels 4 года назад
Thank you for this!!!
@rammzzi
@rammzzi 3 года назад
Ok his about page he has a photo but there isn’t one in the tab and his photo reaches to the bottom does anyone know why mine doesn’t?
@johnkevin1030
@johnkevin1030 Год назад
how did he upload those fonts, like the woff one. He downloaded them to his computer or something?
@bryceblazegamingyt9741
@bryceblazegamingyt9741 Год назад
yes.
Далее
How to Style a Modern Website (Part Two)
22:45
Просмотров 71 тыс.
Learn CSS in 20 Minutes
23:44
Просмотров 1,8 млн
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 891 тыс.
Learn Flexbox CSS in 8 minutes
8:16
Просмотров 1,4 млн
How to Properly Layout A Website (For Beginners)
14:50
Просмотров 495 тыс.
Learn CSS in 1 hour 🎨
1:00:00
Просмотров 991 тыс.
CSS Tips And Tricks I Wish I Knew Before
12:12
Просмотров 414 тыс.
10 CSS Pro Tips - Code this, NOT that!
9:39
Просмотров 2,1 млн
Using CSS custom properties like this is a waste
16:12
Просмотров 157 тыс.
Learn CSS Position In 9 Minutes
9:26
Просмотров 1,9 млн