Be taught How To Make A Web site Utilizing HTML And CSS | Web site Design With HTML And CSS | Web site Design Tutorial
❤️ SUBSCRIBE: https://goo.gl/tTFmPb
❤️ Full web site Utilizing HTML and CSS
✔️ 8 Full web site step-by-step
✔️ Supply Code Obtain
✔️ 76 Lectures, 12 Hours Video
✔️ Course Completion certificates
👉 https://easytutorialspro.com/go/course/
Right here on this video you’ll study to make an internet site header utilizing HTML And CSS step-by-step
————————————-
Chances are you’ll like under HTML and CSS tutorials
HTML and CSS from Starting
Make Full Web site Utilizing HTML & CSS
Make Job Web site Utilizing HTML And CSS
Create Journey Web site Utilizing HTML and CSS
Make Ecommerce web site utilizing HTML and CSS
————————————-
My beneficial instruments and tutorials
👉 https://easytutorialspro.com/
————————————
Picture Credit score
https://www.pexels.com
————————————-
Like – Observe & Subscribe us:
► YouTube: https://goo.gl/tTFmPb
► Fb: https://goo.gl/qv7tEQ
► Twitter: https://twitter.com/ItsAvinashKr
source
What did you use app?
Wah kya baat hai
Itna simple way 👌
Which text editor did you use bros
love from bangladesh🥰
7:22 just marking
Thanks bro awesome video
somewere can help me? when i put the background image there are not 100% complet in the page
# {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.banner {
width: 100%;
height: 100vh;
background-image:linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(background.jpg);
background-size: cover;
background-position: center;
}
why this problem?
Maybe I need 1 hour to make this web site.
But you make only 10 minutes with explaining. So awesome!!
it was perfectttttt
for convince,would u plz add ur code on below with github links
Can I get this code ?
oh sorry
Sir Please Can You Give Us A Source Code Of This File It'll be Very Helpful
Is it a must I must put logo before the dining backyard and all those other things go to the right hand side
I am wondering do you have a video of you linking to Bootstrap??
THAK YOU SO MUCH THIS HELPS ME OUT A TON!!
Dude z-index dont wanna work why ?
Great video!!! Thanks
hey man im a dev student specialized in backend. CSS and HTML has always been my biggest weakness, i find those languages extremely annoying and complicated but your tutorial here made it easy and logical. thanks a lot man
It's fake
It doesn't work
thank you so much you really saved my lifee lysm <3333333
i need a major help do u know why my imageisnt showing?
What de name of de app
How can i make the home tab to be click or linking
Thankyou. You are my sir. ❤️ This work is excellent. I give to this channel 🌟 🌟🌟🌟🌟. Thanks sir. Love from sri lanka 🇱🇰 ❤️
where we can find logo pls help me man ….
5:31
Thank you very much, but I have a problem with the background. it doesn't fit well
Bro make a video on how to make YouTube thumbnail from mobile
When I use z index,
It's not working 😒
What will i do? I Have done the same but why it's not working?
Amazing! Explained extremely well. ❤
why so fast tutorial😭😭
Literally. Why is college degree necessary?
thank you it helps alot
Great tutorial
hey bro sorry for my bad english i need heelp this video is Responsive Design?
thanks bro
most usefull your video
style.css
*{
margin: 0;
padding: 0;
font-family: sans-serif;
}
.banner{
width: 100%;
height: 100vh;
background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(Untitled_presentation.png);
background-size: cover;
background-position: center;
}
.navbar{
width: 85%;
margin: auto;
padding: 35px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo{
width: 120px;
cursor: pointer;
}
.navbar ul li{
list-style: none;
display: inline-block;
margin: 0 20px;
position: relative;
}
.navbar ul li a{
text-decoration: none;
color: #fff;
text-transform: uppercase;
}
.navbar ul li::after{
content: '';
height:3px;
width:0%;
background:#009688;
position:absolute;
left:0;
bottom:-10px;
transition:0.5s;
}
.navbar ul li:hover::after{
width:100%;
}
.content{
position:absolute;
width:100%;
top:50%;
transform: translateY(-50%);
text-align:center;
color:#fff;
}
.content h1{
font-size:70px;
margin-top:80px;
}
.content p{
margin:20px auto;
font-weight:100;
line-height:25px;
}
button{
width:200px;
padding: 15px 0;
text-align:center;
margin:20 px 10 px;
border-radius:25px;
font-weight:bold;
border: 2px solid #009688;
background: transparent;
color:#fff;
cursor: pointer;
position: relative;
overflow: hidden;
}
span{
background: #009688;
height: 100%;
width: 0%;
border-radius: 25px;
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
transition: 0.5s;
}
button:hover span{
width: 100%;
}
button:hover{
border: none;
}
INDEX.html
<html>
<head>
<title>My First Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="logo.png" class="logo">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Bedroom</a></li>
<li><a href="#">Dining</a></li>
<li><a href="#">Kitchen</a></li>
<li><a href="#">Backyard</a></li>
</ul>
</div>
<div class="content">
<h1>Design Your House</h1>
<p>whatever</p>
<div>
<button type="button"><span></span>WATCH MORE</button>
<button type="button"><span></span>SUBSCRIBE</button>
</div>
</div>
</div>
</body>
</html>
5:23
Bro can you give source code and images
Sir i need a linear gradient Color make vedio that's you use in the short vedio… Plz give me a link of this vedio or any sources there you help me
thank you very much it is a very useful tutorial it did help me
Thank you sir
very good … how to upload this sit on server and show for public ??
Can someone help out a little here, my background didn’t reflect anything… where did I go wrong ? 😢