JavaScript Exercise 13 - Dynamic Website Builder | Sigma Web Development Course - Tutorial #73

preview_player
Показать описание
➡️ English Subtitles are now up for all the videos!

python, C, C++, Java, JavaScript and Other Cheatsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

Apna College is also created a sigma web development course but it is paid
thank you harry bhai for your sacrifice

kanishkk
Автор

I can't describe my feelings through word but,
I don't know how to thank you for keeping this course free, there are more creators who charge a lot of money for this, but you're different because u think about us who can't afford that's why I love you❤ brother, I learned a lot throughout this course and cant wait to see more of the videos as this course progresses,
Keep it up always here to support you,
And This is the best web development course ever....

anuraag
Автор

This is the best web development course ever...

ajityadav
Автор

Harry Bhai full stack developer banana hai keep this energy continue❤❤🎉🎉

msk
Автор

That funny lines between the video and gr8 examples wow ❤

arunyadav
Автор

Harry Bhai and Striver who share their valuable knowledge freely.
How many guys accept this

shaikshafiulla
Автор

Watching your vlogs feels like hanging out with a friend.

BUY_YOUTUB_VIEWS_
Автор

Harry Bhai jo aap hamare lia kar rehe ho na koi karta bhi nahi he bhai .
Or aapse hamm sirf coding he nahi balki time management and regularity or puntuality or bhi bahut kuch learn kar rahe he

newlinewithself
Автор

Another great exercise ❤❤💯 #challenge Accepted

zeroluck
Автор

Challenge Accepted and Completed
❤❤❤❤❤❤❤❤❤❤
SIGMA BATCH OP👍👍👍👍👍👍🔥🔥🔥🔥

notoppergamers
Автор

challenge accepted!
starting me thora tough lga but... mujhe confident tha apne pr ki bana toh lunga hi mai.. and i did it.

yashraj
Автор

challenge accepted harry bhai great content keep it up

saadqasim
Автор

Challenge accepted sir ❤ solution bhi dalungaa check krnaa

parassaini
Автор

a quick ques your ultimate javascript course can help us building an apps by writing both backend and frontened

animatedfacts
Автор

#Challengeaccepted ❤#sigmabatchop🎉❤#harry bhaiya rockon 🤘❤

AishwaryaSinha-dyfk
Автор

Sigma Batch OP
JavaScript OP
Challenge Accepted 🔥

lakshyavyas
Автор

Bahut Jada Lvl bara diya...
But fir bhi try karunga....
Kam se kam 1 week to

Its__AnkitSahu
Автор

#Challenge Accepted Harry Bhai
#Sigma Batch OP

shahmirzaman
Автор

Sigma Batch OP
#solution
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exercise 13</title>
<style>
.container {
display: flex;
background-color: black;
padding: 8px;
height: 140px;
border-radius: 4px;
}

.duration {
background-color: black;
border-radius: 5px;
padding: 2px;
color: white;
position: absolute;
top: 130px;
left: 218px;
opacity: 0.8;
}

.img>img {
border-radius: 10px;
}

.title {
font-size: 25px;
font-weight: 600;
margin: 6px;
color: white;
}

.details {
color: gray;
font-size: 15px;
margin: 6px;
margin-top: 12px;
}
</style>
</head>

<body>
<div class="container">
<div class="img">
<img class="image" src="" alt="">
<div class="duration">32:22</div>
</div>

<div class="others">
<div class="title"></div>
<div class="details"></div>
</div>
</div>
<script>
function createCard(title, cName, views, monthsOld, duration, thumbnail) {
= duration;
= title;
if (views >= views = views / + "M";
else if (views >= 1000) views = views / 1000 + "K";
= cName + " . " + views + " views . " + monthsOld + " months ago";
= thumbnail;
}
</script>
</body>

</html>

TANMAYTANAY-rgtc
Автор

any youtube content for sure.hats off. one request can you upload videos more faster, so that we could get content more fastly as we are in 4 year and we need to learn thimgs more faster

ayushuniyal