Discover ways to construct an internet site utilizing HTML, CSS, and Javascript on this newbie undertaking tutorial. The positioning will likely be absolutely responsive and you may navigate to different pages and add your personal customized design.
If you wish to observe me alongside my coding journey, you’ll want to subscribe 🙂
https://www.youtube.com/channel/UCsKsymTY_4BYR-wytLjex7A?sub_confirmation=1
Timeline
0:00 Net Design Intro
1:15 Creating our Venture Recordsdata
4:26 Including our Navbar code
9:44 Including our Navbar CSS
33:08 Including Fontawesome Icons
34:48 Creating Hero Part
37:20 Getting our illustration
39:00 Including Hero Part CSS
43:50 Including Google Fonts
52:38 Including Our Companies Part
54:23 Including Companies Part CSS
57:38 Getting our photographs
1:07:17 Including Footer Part
1:13:52 Including Footer CSS
1:24:15 Navigating to a different web page
Supply Code starter photographs
https://github.com/briancodex/html-css-website-v1
Host your web site for Free
CSS Mega Dropdown Menu
Adobe XD to HTML & CSS Web site
source
Get the source code here: https://www.codavilla.com/posts/html-css-and-javascript-website-design
52:38
you are the best sir .
I love your teaching bro, you know how to break things down properly, please make more of js trainings and examples
what does position: sticky mean in your .css file at 11:48
Im an on the fly learner so this was a perfect intro for me
With all the positive comments I feel a bit like a douche here, but I can't find what program you're using. I'm using Mac, and I'm using TextMate which doesn't allow me to do things like "press dot and then tab and then autofill", so I'm having to write it out. But then nothing seems to be explained. Shame really, because this looked like it was going to be a great tutorial for me.
Copied everything you have done here and hero img is showing a white line underneath the image, how can I hide this?
What platform is this? And great video! I've watched this twice now.
33:08
Looks cool, but what exact extensions did you use? I can only find the base intellisense…
It took 1,5 hours to finish watcNice tutorialng tNice tutorials 18 MINUTES video wNice tutorialle doing all the sa steps on soft soft myself. My brain is fried and
I didn't understand the commands nor did I realize what they create on the webpage. So I need to find a simpler video I guess :/
in 32:47 if you want to get the navbar toggle (the 3 line for the mobile version) make sure to check <div class="navbar__toggle" id="mobile-menu"> is written like this in the index.html
Hello! I'm doing this as a school project but for some reason my styles.css is not being applied. Can you please help?
What's the name of the theme and the icon pack?
Shift one tab did not autofill 😭 I missed a step somewhere
Am having some issues I need assistance 😓
Bruh👌🏽🔥🔥🔥 thanks!!!!
This tutorial rocks! It cleared up alot of unkowns about website coding for me and it's all done in such a professional way!
Nice tutorial, but I think it is better that you also mention what the codes do. Like just a general definition of it so we can understand what each code do.
If you’re struggling to keep up, change playback speed to 0.75 and your good 😉
Watching a hand on tutorial helps much more. Watching this has given me a much more simplified teaching than most 10 hour "tutorials". Thank you so much for this!
Great video! I seem to have an issue where I'm testing the site on the live server and then when I upload it to my web server some parts of my CSS seem to not apply. Any idea why this might occur? For example, I have made the navbar links to max-content because the text was wrapping, and it works fine in testing on the live server, but when I upload the site to my domain the text is wrapped even though the code is exactly the same as the live server in testing. I'm confused.
So I decided to learn to code websites and this was the first tutorial I watched. You have no idea how good it feels to have a little website this beautiful after a few hours with literally no experience at all! You sir are amazing!! Thank you so much! :))
Mario kart rainbow track in real life
Brother, in your link the source code is missing. Can you please give me the source code?
hi guys please some help …the navbar did not work for me like the way it did in the minute 32:53 even that js is connected to the html file
Got stuck around 32:48 my hamburger nav bar animation doesn't work. Any ideas?
20:52 this is my time stamp
Where is the link of template?
When I click the hamburger menu, my list doesn't drop down
where is the code source?
Good job…how do I get the link to the the website I created on vscode?
Beginner here and this is better than the UCF Coding Bootcamp I had to pay $1k for until I realized everything is on YouTube! Keep it up and thank you!
Hi Brian,
Can I ask you about 19:40? I followed all your steps and recheck all my codes to match yours, but when I check the result of the page, it only shows an orange box, as there is no "Sign up" text word in the box and all my text color are still orange instead of white color like yours. I check my
.navbar__link {
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 0 1rem;
height: 100%;
}
.navbar__btn {
display: flex;
justify-content: center;
align-items: center;
padding: 0 1rem;
width: 100%;
}
.button {
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
padding: 10px 20px;
height: 100%;
width: 100%;
border: none;
outline: none;
border-radius: 4px;
background: #f77062;
color: #fff;
}
Hello guys! I have problem with this. Some error about compatibility webkit and moz background. Pls help me with this!!!Tnx!!
#navbar__logo{
background-color:#ff8177 ;
background-image: linear-gradient(to top,#ff0844 0%,#ffb1 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color:transparent;
-moz-text-fill:transparent;
display: flex;
align-items:center ;
cursor: pointer;
text-decoration: none;
font-size: 2rem;
The navbar_toggle .bar doesn’t work for me at 28:28 i copies ur code from github and still no please help
I have having some problems in styles.css | my stuff and my icon is still the same before i did the styles.css
stamp 28:28
uninstalled and then again reinstalled, do you know what might have happened to them ?!
why my live server doesn't work?
where do I add my contact form? Is it a separate page that I am creating and linking to my contact us in the footer?
font awesome cdn is no longer free, is there an alternative that can be used?
The bar action isn't showing after I inputted navbar toggle .bar
hello guys i need some help i am stuck at 28:33 .l don't get three line menu toggle after implementing this.Hope anyone reads this before i give up😸
my webkit-background-clip text and moz-text-fill-color is not working help!!
This cdn in font-awesome is no longer available. They use a kit now. which do I choose?