Channel Avatar

Learndev @UC2ygcM2bzn0M36VLJbji-8w@youtube.com

2.5K subscribers - no pronouns :c

Learn web-development with clear, easy-to-follow tutorials.


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Learndev
Posted 3 months ago

Hey everyone! πŸ‘‹ It’s Marius from Learndev. Today I want to answer all of your questions about web development! If there’s something you’ve been curious about or need help with, just drop a comment below. See you! 😊

19 - 6

Learndev
Posted 3 months ago

Check out this CSS code and select the correct answer! 🀯
grid-template-columns: 100px minmax(50px, 100px) repeat(3, 100px);

Learn the CSS grid: https://youtu.be/eHaZlFcGl6k

13 - 0

Learndev
Posted 3 months ago

I remember back in the days when computers and the internet felt like magic to me. I used it every day but had no clue how it actually worked when visiting a website in my browser.

Overall, the technical steps happening in the background when you visit a website can be described as follows:

1. You open your web browser.
2. You type in a URL.
3. The browser contacts a nameserver. Nameservers translate the domain, like "example.com," to an IP address of a web server.
4. Now the request is sent to the web server.
5. The web server hosts a resource, for example, an HTML page. It receives the request and responds with the HTML page.
6. The browser receives the HTML page, interprets it, and displays it to you.

12 - 0

Learndev
Posted 4 months ago

What are valid CLASS & ID selectors? πŸ€”
Watch again: https://youtu.be/XZc0svYJGFg

13 - 4

Learndev
Posted 4 months ago

What are the properties of a box in the CSS box-model? πŸ“¦ Please select the answer which is sorted from the inside to the outside of the box.
Learn here: https://youtu.be/qvx2SZzoqqQ

4 - 0

Learndev
Posted 5 months ago

How to create bold text with CSS ? πŸ€”
Learn here: https://youtu.be/w7KTgiEmRKA

18 - 0

Learndev
Posted 5 months ago

How to create a checkbox with HTML which is checked by default ? β˜‘οΈ
Learn here: https://youtu.be/H9zdfZrFUp0

42 - 0

Learndev
Posted 5 months ago

How to create a red color using the RGB notation with CSS? 🎨
Watch again: https://youtu.be/fy1k70g25qc

6 - 1

Learndev
Posted 5 months ago

Please select the correct definition for HTML form fieldsets ! πŸ“
Watch again: https://youtu.be/H9zdfZrFUp0

19 - 0

Learndev
Posted 5 months ago

How to create a date input with HTML? πŸ“…
Watch again: https://youtu.be/H9zdfZrFUp0

14 - 0