Skip to content

Commit aed1bcf

Browse files
committed
Update Readme.md
1 parent fc96c23 commit aed1bcf

File tree

1 file changed

+36
-4
lines changed

1 file changed

+36
-4
lines changed

Youtube-Clone/README.md

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
1-
# YouTube Clone
1+
<h1 id="youtube-ui-clone">Youtube UI Clone using HTML and CSS</h1>
22

3-
I am a beginner in Web Development and trying to clone YouTube UI using pure HTML and CSS.
3+
<p>A project which aims to clone YouTube UI with responsiveness by using HTML & CSS. </p>
4+
<br>
45

5-
Link to it: https://mrkc2303.github.io/youtube-clone/
6+
<h2 id="tech-stack-used">Tech Stack Used</h2>
7+
<br>
68

7-
P.S.: I am contantly adding changes to it and its just a beginning of it :)
9+
<p><img src="https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white" alt="HTML">
10+
<img src="https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white" alt="CSS">
11+
12+
<h2 id="how-to-use">How to use:</h2>
13+
<br>
14+
15+
<ul>
16+
<li>Download or clone the repository</li>
17+
<pre><code>
18+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
19+
</code></pre>
20+
21+
<li>Go to the directory</li>
22+
<li>Run the index.html file in your browser</li>
23+
<li>Start Playing around the page<br></li>
24+
</ul>
25+
26+
<h2 id="use-of-the-project">Use of the Project</h2>
27+
28+
<p>
29+
By making this project, your skills will be enhanced and specially for CSS. This single project uses Flexbox, CSS Grid, Media Queries, etc. These are consider one of the most important concepts of CSS and these skills will be better after making this mini project.
30+
31+
P.S. JavaScript will be added to this in Future updates!!
32+
</p>
33+
<br><br>
34+
35+
<p>
36+
<img src="" alt="image">
37+
<br><br>
38+
<img src="" alt="image">
39+
</p>

0 commit comments

Comments
 (0)