Create a Stylish Login Form Using HTML and CSS - Step-by-Step Tutorial

  Рет қаралды 274,409

Dan Aleko

Dan Aleko

Күн бұрын

Пікірлер: 58
@MarvinGuzman-nd8xj
@MarvinGuzman-nd8xj 9 ай бұрын
I've been looking for someone to teach me like u do, I'm glad I found ur video.
@jalalkhan-x8y
@jalalkhan-x8y Жыл бұрын
A very nice video mate ,keep it up
@i.kingdom2273
@i.kingdom2273 9 ай бұрын
You deserve this start❤❤❤ you are the best teacher at all keep continue you the best ever , the way how you explain more simple
@xerikraytube3007
@xerikraytube3007 Жыл бұрын
Awesome video!, i am a beginner and your video is very helpful!
@danaleko
@danaleko Жыл бұрын
Glad it was helpful!
@DailyMma247
@DailyMma247 Жыл бұрын
A very nice video mate ,keep it up
@Asif05288
@Asif05288 8 ай бұрын
Thank you Sir For giving the Code of this Login 😊😊
@hemavarshini1822
@hemavarshini1822 8 ай бұрын
Thanks you so much . The video is very useful.
@sharizaawinja5742
@sharizaawinja5742 Жыл бұрын
Woooow this is just amazing😍
@enogiasunalex9617
@enogiasunalex9617 9 ай бұрын
Excellent. I did same and I got amazing exact result
@umeba207
@umeba207 10 ай бұрын
this tutorial is awesome 💚💚
@adil8460
@adil8460 Жыл бұрын
Oooh amzing Keep going
@danaleko
@danaleko Жыл бұрын
Thank you, I will
@straightcable1836
@straightcable1836 8 ай бұрын
I'm a phone user. Then I encountered a problem where I couldn't use the icon . Is it true that it only works on the Desktop? Plss reply....
@venkataganeshgunji7019
@venkataganeshgunji7019 Жыл бұрын
which platform did you use sir
@danaleko
@danaleko Жыл бұрын
You mean languages?
@shravyakarnam5544
@shravyakarnam5544 Жыл бұрын
No words .. just amazing
@WebDevXpert
@WebDevXpert 9 ай бұрын
An informative video ,keep it up
@alexandruioantimis9299
@alexandruioantimis9299 Жыл бұрын
amazing video, I would love to see you talking instead of AI :)
@ChuckleChaseTV
@ChuckleChaseTV Жыл бұрын
Nice work more videos from you. 🎉
@danaleko
@danaleko Жыл бұрын
More to come!
@restart_perpetua
@restart_perpetua 10 ай бұрын
hello, what should I add to this in order for me to log in and direct to the homepage?
@amanaligaming5258
@amanaligaming5258 10 ай бұрын
add an anchor and link it to your homepage i guess
@janinemaeporazo
@janinemaeporazo 11 ай бұрын
thank you it's very easy to understand😊
@XYZ-zn7sy
@XYZ-zn7sy 9 ай бұрын
How to get the background picture like yours?
@shreyagaikwad982
@shreyagaikwad982 8 ай бұрын
Hello sir, i've copied and pasted all links like you told of boxicons but it won't work T_T, what do I do???
@danaleko
@danaleko 8 ай бұрын
compare with the source code i have provided
@yong8779
@yong8779 Жыл бұрын
Thanks for your sharing, good tutorial for beginner
@nwohachikamso3805
@nwohachikamso3805 Жыл бұрын
My background image isn't appearing what should I do?
@Hazard0008
@Hazard0008 11 ай бұрын
Give height also not only img
@mrmadgamingyt4550
@mrmadgamingyt4550 10 ай бұрын
Just check jpg format or what
@LegendarySaiyanChronicles
@LegendarySaiyanChronicles 10 ай бұрын
Place the image your using in the same folder as in index.html file
@boukrimohammed
@boukrimohammed 10 ай бұрын
Bro thank you soooooo much
@_dannyharper
@_dannyharper 10 ай бұрын
Great video! The backdrop filter isn’t working for me, I’ve followed along exactly how you did it. Any ideas why it might jot be working?
@danaleko
@danaleko 10 ай бұрын
Sure, there could be a few reasons why the backdrop filter isn't working in your CSS: Browser Support: Check if the browser you're using supports the backdrop-filter property. As of my last update, it wasn't fully supported in all browsers, especially older versions. Make sure you're using an updated browser that supports this feature. CSS Syntax: Ensure that the syntax of your CSS is correct. The backdrop-filter property should be applied to the element you want to have the effect on, and the value should be specified correctly (e.g., backdrop-filter: blur(5px);). Element Stacking: Make sure the element you're applying the backdrop-filter to isn't set to position: static, as it might affect the rendering of the filter. Try setting its position to relative, absolute, or fixed to see if that resolves the issue. Parent-Child Relationship: Check the relationship between the element with the backdrop-filter and its parent elements. If the parent has certain properties like overflow: hidden, it might prevent the backdrop-filter from being displayed correctly. Hardware Acceleration: Sometimes hardware acceleration can affect the rendering of CSS properties. Try toggling hardware acceleration in your browser settings or test it on a different machine to see if it's a hardware-related issue. Testing with Different Values: Experiment with different values for the backdrop-filter property (e.g., blur, brightness, contrast, etc.) to see if the issue is specific to certain filter effects. Transparency and Color: Ensure that the element on which you're applying the backdrop-filter has some level of transparency or color that can be affected by the filter. If the element has no transparency or color, the filter might not be visible.
@chintalagreeshma4664
@chintalagreeshma4664 8 ай бұрын
I am unable to link css code with html code can u please help
@danaleko
@danaleko 8 ай бұрын
1:39 i have linked the CSS file. Note my CSS file name is "styles.css" replace that with your CSS File name
@animek_recap
@animek_recap Жыл бұрын
Can you connect this on mysql? How?
@uzairkpogcl6751
@uzairkpogcl6751 9 ай бұрын
Great Sir
@RajaG-sr1np
@RajaG-sr1np Жыл бұрын
How to make this login page more responsive to any device. Please help me with this😢.
@danaleko
@danaleko Жыл бұрын
you can add media queries to your CSS code.
@danaleko
@danaleko Жыл бұрын
/* Existing CSS code */ /* Add a media query for screens smaller than 768px (adjust as needed) */ @media (max-width: 768px) { .wrapper { width: 90%; /* Adjust the width as needed for smaller screens */ max-width: 400px; /* Add a max-width to prevent it from becoming too wide */ padding: 20px; /* Reduce padding for smaller screens */ } .wrapper h1 { font-size: 30px; /* Reduce font size for smaller screens */ } .input-box input { font-size: 14px; /* Reduce font size for smaller screens */ } .wrapper .remember-forgot { font-size: 12px; /* Reduce font size for smaller screens */ } .wrapper .btn { height: 40px; /* Reduce button height for smaller screens */ font-size: 14px; /* Reduce font size for smaller screens */ } .register-link p a { font-size: 12px; /* Reduce font size for smaller screens */ } } /* Additional media queries can be added for other screen sizes as needed */
@CodeJungle
@CodeJungle Жыл бұрын
Check a responsive login form here kzbin.info/www/bejne/ZoO2cpyjnJadldk
@jefeetenefrancia736
@jefeetenefrancia736 Жыл бұрын
thanks bro❤
@skytoosefn3042
@skytoosefn3042 11 ай бұрын
Thanks.
@Arjunkumar87878
@Arjunkumar87878 Жыл бұрын
Can u make login and register form and it should be responsive please 🙏🙏
@danaleko
@danaleko 8 ай бұрын
kzbin.info/www/bejne/b3rPkpqnmsqDj9U
@MaybeCrax
@MaybeCrax 8 ай бұрын
@@danalekoif my cousin puts in his username and password does the information comes to my pc
@Developer-Rafiul
@Developer-Rafiul Жыл бұрын
Vary nice
@JarrarAbbas-t5f
@JarrarAbbas-t5f 9 ай бұрын
NYC VEDIO
@rifacts33
@rifacts33 Жыл бұрын
Are you Bangladeshi ???
@danaleko
@danaleko Жыл бұрын
No
@sodasoda-ml4iw
@sodasoda-ml4iw Жыл бұрын
full web html css js
@danaleko
@danaleko Жыл бұрын
Next video
@kavishirashmika
@kavishirashmika 9 ай бұрын
👍👍👍👍👍👍👍👍👍👍👍👍
@احمدهانى-ض1ي2ت
@احمدهانى-ض1ي2ت Жыл бұрын
Hello my friend, I want to contact you
JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour
48:17
Programming with Mosh
Рет қаралды 13 МЛН
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 81 МЛН
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 124 МЛН
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 16 МЛН
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 165 МЛН
ASMR Programming - Animated Login Page - No Talking
18:18
AsmrProg
Рет қаралды 1,7 МЛН
How To Make Drop Down Menu Using HTML And CSS | HTML Website Tutorials
21:24
How To Create a Responsive Navbar Using HTML & CSS | Step By Step Tutorial
15:13
10 CSS PRO Tips and Tricks you NEED to know
9:00
Coding2GO
Рет қаралды 72 М.
Modern Login Form Using HTML & CSS - Step by Step Tutorial
14:41
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 81 МЛН