Loaders using html and css #coding #html #css

preview_player
Показать описание
Loaders using html and css| html css javascript python| code with harry #coding #html #css

chai or code,
code with harry,
codewithharry,
code help,
love babbar,
apna college,
apna college c programming language,
apna college placement course,
java course by apna college,
code with harry python,
code with harry c language,
code with harry in english,
code with harry html tutorial,
programming with harry python,
code with harry web development course,
python for beginners code with harry,
javascript full course chai,
javascript tutorial chai aur code,
css tutorial for beginners chai aur code,
javascript full course chai aur code,
html full course chai aur code,
chai aur code javascript,
html code practice for beginners,
love babbar latest video,
c++ tutorial for beginners love babbar,
love babbar competitive programming
coding of python programming
what is coding and programming
coding with visual studio code
how to start coding for beginners
coding in software engineering
what is computer coding system
coding in c programming language
what is coding and how to learn
how to do coding in computer
what is coding and how does it work
what is coding and what is it used for
how to learn computer coding
what is the use of learning coding
what is coding in computer
what is the use of coding in computer
coding decoding reasoning tricks
how to learn coding effectively
learning coding and programming
coding for beginners full course
how does code work in a computer
coding learning app for beginners
step by step coding for beginners
computer programming and coding courses
difference between coding and programming
types of programming languages learn coding

security in salesforce,
salesforce javascript,
salesforce development videos for beginners,
dashboards and reports in salesforce,
salesforce process,
javascript tutorial for beginners,
javascript full course,
javascript coding tutorial,
html tutorial for beginners,
html code in visual studio code,
css tutorial for beginners,
html and css tutorial for beginners,
introduction to css in html,
how to learn python programming,
python programming tutorial,
python programming language
Рекомендации по теме
Комментарии
Автор

CSS : body {
background: #000;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

html {
height: 100%;
}

.loader {
width: 70px;
height: 70px;
border-radius: 50%;
position: relative;
}

.loader-outter,
.loader-inner {
position: absolute;
border: 4px solid #fff;
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.loader-outter {
width: 100%;
height: 100%;
border-left-color: transparent;
animation: rotate 1s cubic-bezier(0.15, 0.61, 0.58, 0.4) infinite;
}

.loader-inner {
width: 35px;
height: 35px;
border-top-color: transparent;
animation: rotate-reverse 1s cubic-bezier(0.15, 0.61, 0.58, 0.4) infinite;
}

@keyframes rotate {
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}

@keyframes rotate-reverse {
100% {
transform: translate(-50%, -50%) rotate(-360deg);
}
}

Honey_hub
Автор

who needs a fancy loader when you can just put a text, "Loading..." with the 3 dots flashing

anpanglol
Автор

If i only knew where to write it and how and what to load.
Very nice that you share code in comments 🤗

StarCo
Автор

Coincidentally, the simple one looks the best!

gilalpert
Автор

HTML : <div class="loader">
<div class="loader-outter"></div>
<div class="loader-inner"></div>
</div>

Honey_hub
Автор

Users don't care about fancy loaders, what they care about is how fast the loading is done, I want to enjoy the content

khalisafkari
Автор

"I'VE CODED THESE PROGRAMS BEFORE" ahh music 💀

TotallyReliableDino
Автор

Meanwhile me: "hmm, how do i center this div?"
😂😂

SASA_maxillo
Автор

Simple: Games
Creative: Files apps
Advanced: PH 💛🖤

Aruneya_Panda
Автор

“A designer’s dream is a developer’s nightmare”

GamingDimiGD
Автор

Device loader HTML: <div class="loader">
<div class="circle"></div>

<div class="pc">
<div class="pcscreen"></div>

<div class="base-one"></div>
<div class="base-two"></div>
</div>

<div class="inner-sq"></div>
<div class="outer-sq"></div>

<div class="ipad">
<div class="line"></div>
</div>

<div class="phone"></div>
</div>

Honey_hub
Автор

Honestly I really like the first loading, but loadint 3 is most complex

سَلَدِيْنْ
Автор

as a user, I don't give a damn about how creative your loading symbol is, I want to know it IS loading, in fact the anvanced one annoy me more than impress

MercurianMyrrh
Автор

Im just learning html+css and just getting use with designing buttons and while watching these sorts of videos I'm thinking dam nothing to be proud off 😂

nozgul
Автор

What’s the code for the Advanced Loader?

shayaansiddiqui
Автор

Me: print("Loading... success!") 😅😂

tobecontinued.
Автор

I dont know much about web but, complex loader designs makes bigger the time to load?

joseluisgomez
Автор

We got people calculating in minecraft, coding in blender and animating in code

cappytappy
Автор

It all doesn't matter guys. If you put loader on the page it implies to users that this will be slow page. Use skeletons instead. And load parts of the content, if applicable. This only gives the right feeling that something is actually loading.

JKP
Автор

The first one still looks advanced for me 😅😅😅😂

WisdomEdike-kgvr