I need a little help, I tested the code in my system but some of the codes didn't work. Then I went to the GitHub site and copy pasted the full code. Now css file is not even being recognised by the HTML file.
when I saw the thumbnail for this video I assumed the CSS was going to be very complex but when you actually break it down into its individual steps its actually suprisingly to make a nice looking website
Tbh it looked very simple to me. Reading the title i was expecting some crazy animation. Still a pretty simple but very effective design for a login page
CSS is a simple language, there is no secret, if it were a professional code [even just html and css] it would require other concepts that go far beyond a code as basic as this one.
The Idea, The Creation Process, The Result, The fact that you teach us to how to do it... Its Beautiful! This is a form of Art! Liked Subscribed and notifications Activated
For anyone who wants to fix the label dropping back down when the input is not a valid email: 1. Add placeholder=" " to the inputs in HTML for both email and password Eg.: 2. Change "input:focus ~ label, input:valid ~ label" to "input:focus ~ label, input:not(:placeholder-shown) ~ label" This way, as long as the placeholder " " is shown, the labels are down. But whenever we insert something, the label stays up. Theoretically, something like input:not([value=""]) should work as well, but I didn't get that to work. I am also still learning HTML/CSS
when i saw the thumbnail this video i think this is to tough to make but and when i saw the video step by step and release it is very crazy and impressive. you make the login form in a 15 mint😍 but i make it in a month😁. keep going to make us motivate. And LOve from PAKISTAN ,PUNJAB ,NANKANA SAHIB❤❤
Honestly learn some basic javascript then come back to HTML and CSS. Otherwise youre gonna get stuck as a beginner. My js is pretty advanced and i still need to google absolutely everything when it comes to CSS, html is easy after javascript so dont worry about that.
@@KelKnows if you are learning html and css,you need to be + - medium in that, to you can make good projects and after start to learn some js. i am on this way now.i started learn js few days ago. so i will learn to junior or medium level, after still learn it with css , make animation in css and also in js.i wanna become really good in html and css to work on frilans,and learn react js , typescript js and vue js. and i am crazy 13 years russian boy.))
I have never ever seen people using the contrasting colours like that to visualize what they are working with. That was like an aha moment for me. I went to school for three years for this lol I’m just - wow lol thanks for sharing. Definitely will be using this technique !!
People seeing that email and password label moving: oh that's nice. Meanwhile developers putting in 15 minutes of work just to make a super simple thing: 💀
Brilliant video but what alot of people don't do who do these in then show the viewers how to take that code & upload it somewhere so its visible when you then go to a webpage.
For accessibility reasons your input need to IDs and your labels' for attribute should be the id the field they are the label for. This will let screen readers and other assistive technologies work and allow the site to be used by people with disabilities. And the a tag for forgotten password should not part of the label, as that link doesn't describe the checkbox. Moreover, links need to be set off from normal text by at least two distinguishing characteristics -- by making it white and the same font size and font weight not all users will realize those are links.
@@hash_techie Yes but live preview can be much more effective when for example, you only have one screen or are recording a video, since it opens a live server within the editor so you can for example have your code on the left and preview on the right, it also has console with a pop out function so you can have the console somewhere else :3
Source code--- github.com/Hashtechieofficial/Form-
Background Link-- www.wallpaperflare.com/digital-digital-art-artwork-illustration-minimalism-simple-wallpaper-gjwxk
@Hash Techie
You can pin this comment .
So, your viewers can get this comment on top and they can find your comment easily.
by your Subscriber
I need a little help, I tested the code in my system but some of the codes didn't work. Then I went to the GitHub site and copy pasted the full code. Now css file is not even being recognised by the HTML file.
Remember me and forgot password on same line? i think you need to separate it.
Remember me • Forgot password?
Need help how can I reach you
when I saw the thumbnail for this video I assumed the CSS was going to be very complex but when you actually break it down into its individual steps its actually suprisingly to make a nice looking website
guess i don't have any talent in designing.
Tbh it looked very simple to me. Reading the title i was expecting some crazy animation.
Still a pretty simple but very effective design for a login page
@@PolPingo yeah fair enough, im pretty new to css and making webpages look nice so even simple things seem pretty complex to me right now.
CSS is a simple language, there is no secret, if it were a professional code [even just html and css] it would require other concepts that go far beyond a code as basic as this one.
@@z-matrix Yes but its more about the process which does take lots of learning to get down. I struggle to actually get my ideas down with css.
Maybe you could give the "Remember Me" and "Forgot Password" elements more spacing.
My mistake bro you can change the property of css.
Better yet, make them block elements and let them have their own vertical space
My mentor
I had this in mind
Didn't bother at the end probably
The Idea, The Creation Process, The Result, The fact that you teach us to how to do it... Its Beautiful! This is a form of Art! Liked Subscribed and notifications Activated
For anyone who wants to fix the label dropping back down when the input is not a valid email:
1. Add placeholder=" " to the inputs in HTML for both email and password
Eg.:
2. Change "input:focus ~ label, input:valid ~ label" to "input:focus ~ label, input:not(:placeholder-shown) ~ label"
This way, as long as the placeholder " " is shown, the labels are down. But whenever we insert something, the label stays up.
Theoretically, something like input:not([value=""]) should work as well, but I didn't get that to work. I am also still learning HTML/CSS
thx for sharing.
still doesn't work
THXXXXXXXXXXXXXXXXX
Thanks bro, it worked.
now the password goes down also instead of only email
We need companies to hire this guy as their designers.
Thanks ❤️❤️❤️❤️
@@hash_techie These are amazing, and completely perfect. I would love to see websites using them
Great video, really shows how the whole coding process of a website works and thus helps with learning 👍🏽
Wish we could get this as a sddm login theme. Looks great
Great, nice animated login form, I really liked it, continue to create layouts and send videos to your RUclips channel
Beautiful work! Thanks for sharing!
Thanks
This could possibly be the best DC trailer ever.
Awesome bro!!!, I recently started learning web developement and you have cleared my many doubts. AMAZING BRO!
Bht badhia bhala lagila dekhiki madi chala .....
reply if you understand ha ha..... btw great work bro
I think you are from west Bengal,assam
when i saw the thumbnail this video i think this is to tough to make but and when i saw the video step by step and release it is very crazy and impressive. you make the login form in a 15 mint😍 but i make it in a month😁.
keep going to make us motivate. And LOve from PAKISTAN ,PUNJAB ,NANKANA SAHIB❤❤
Thanks Sir 🎉
You are the great 👍🏻👍🏻👍🏻
Very simple yet ELEGANT
13:00 I would just leave the colors like they are, very human design, very pleasing to the eye.
Cool I wish log in pages like this were done more
Thank you so much for this amazing tutorial your work really inspires to continue doing better keep up the good work 🔥🔥
I'm learning how to code now and what your doing looks godly compared to what I'm doing right now.😭 Good job
I started studying HTML and CSS three weeks ago and I feel the same way! 😅
@@alexandre1383 I’m learning python 🥲
Honestly learn some basic javascript then come back to HTML and CSS. Otherwise youre gonna get stuck as a beginner. My js is pretty advanced and i still need to google absolutely everything when it comes to CSS, html is easy after javascript so dont worry about that.
@@dannyjenkins1408 so should I continue with Python?
@@KelKnows if you are learning html and css,you need to be + - medium in that, to you can make good projects and after start to learn some js. i am on this way now.i started learn js few days ago. so i will learn to junior or medium level, after still learn it with css , make animation in css and also in js.i wanna become really good in html and css to work on frilans,and learn react js , typescript js and vue js. and i am crazy 13 years russian boy.))
I have never ever seen people using the contrasting colours like that to visualize what they are working with. That was like an aha moment for me. I went to school for three years for this lol I’m just - wow lol thanks for sharing. Definitely will be using this technique !!
Bro....
You are amazing,
You made awesome website,
If I had to do it with scratch I would take more tha a week 😂
But you did awesome work bro 👏
Thanks a lot for this. So much information here. You are the real hero.
Glad it was helpful!
Looks great! Only thing to complain about is the contrast in the last paragraph, which is difficult to read for people with visual impairments.
Sorry for inconvenience bro , check the source code which is pinned at comments section
Beautiful♥️
Thanks dude
Super😊
you are using Windows 11, just because of that I've liked it!
this video really deserve one like and comment
I love this kind of teaching, thank you
Great video and clear login
Thanks sir
ohh man this video is amazing, i need this examples because i like the practice and the documention in more occasions it's very confuse
Great awasome
Thanks for your help. I love this video
amazinh
Thank❤you
People seeing that email and password label moving: oh that's nice.
Meanwhile developers putting in 15 minutes of work just to make a super simple thing: 💀
Brilliant video but what alot of people don't do who do these in then show the viewers how to take that code & upload it somewhere so its visible when you then go to a webpage.
Thank you so much for your work and for sharing it 🙏🏽
Very nice! I love glass morphism!❤
Thank you very much.. this is really helpful 👏 👌
Great design and nice video
This is very amazing thanks for sharing
Stunning Animated Login Form!
Hmmm that is very interesting... Now I'm gonna copy paste it without even trying to understand anything
man this feels like Discord login in a whole new level
❤️
I love this channel helped me start my coding career
❤️❤️
Increible video
It's very good and useful for me
Thank you 🙏
This is so amazing. Thank you so much for sharing this!
❤️
You've earned me a subscribe just because of using ncs songs, love the work btw💕
Very Good bro, is amazing
nice content added by command prompt
I am learning to code and your channel is helpful!! Thank you Bhai! ✨
Thanks
Dude for comment ❤️
Cool really inspiring..
Awesome work buddy simple CSS with so good looking website page
Thanks bhai
Good video
What's the difference between using a from using a ?
Nothing but it's help to do proper seo.
Amazing work!
Keep up!
Good idea 😮
thanks for sharing
As a KDE user i like to say that the good one
❤️
seeing it all come to life is pretty cool
only css and html nice work bro
Thanks Bruh
This is just amazing and touching 💓💓
Thanks
Really nice sir that’s great back ground
Thanks bro
Good job vro thanks
nice video
Good chanell
this man speaks the language of gods
Thanks buddy
I love this video.Thanks for sharing 😊
Thanks buddy
bro, I suggest u to add your source code along with this video description. Btw video and code is fantastic.
Already in comments section bro
very nice bro ..More power to you
Very good 👏
I'm gonna be brutally honest. Better some lofi that that music man ...
wow.. super.. mind blowing
New one coming soon
nice... thank u 👍
Nice
Looks great
it looks very nice but the important and harder part is to make it work...
Thanks buddy
Awesome...
such a good work
Top
Oh Thanks, it helped me a lot, I appreciate it!
cool backend
excellent
thats really good bro
Thanks bro
Wow perfect
Just awesome
Thank yo uso much!
You did a good job, well done !
Then bro check other one
Thanks bro
thanks bhai.. u got a new subscriber
For accessibility reasons your input need to IDs and your labels' for attribute should be the id the field they are the label for. This will let screen readers and other assistive technologies work and allow the site to be used by people with disabilities. And the a tag for forgotten password should not part of the label, as that link doesn't describe the checkbox. Moreover, links need to be set off from normal text by at least two distinguishing characteristics -- by making it white and the same font size and font weight not all users will realize those are links.
I'd recommend the extension Live preview.
Open live server
@@hash_techie Yes but live preview can be much more effective when for example, you only have one screen or are recording a video, since it opens a live server within the editor so you can for example have your code on the left and preview on the right, it also has console with a pop out function so you can have the console somewhere else :3
Wow
your video is very help full
Thanks bro
@@hash_techie you about css animation
Just wow 👑
Good job
cool
Thanks dude
from Viet Nam with love you
Love from India ❤️😌
Nice Video!
👍👍👍