Creating a teddy bear using CSS | HTML & CSS

Hello, learner In this article, we are going to Creating a teddy bear using CSS . In the earlier past post, we have created Creating a Flower using CSS | HTML & CSS Now it is time to create teddy bear.

Creating a teddy bear using CSS | HTML & CSS

In this program we create a teddy bear using HTML and CSS. As you see in the above image it is the output of below code. In the html section we have to create div head in side head we have to create div eye, div mouth, div eye. and div ear after that we have to create div body inside that we have to create div stomach, div legs and div hand. Now in CSS section we have to eyes design ears design and all other.

Creating a teddy bear using CSS [Source code]

To create a Creating a teddy bear using CSS you have to create two HTML and CSS files named index.html and style.css in the same folder and you have to link the CSS file to HTML. after that paste the HTML code in index.html and paste the CSS code in style.css that’s all after pasting the code.

At first, you have to create an HTML file named index.html and paste the below code on it and save it. Remember to give a .html extension to the HTML file.

After pasting the HTML code the second you have to create a CSS file named style.css. Paste the below code on it and save it. Again remember to give .css extension to CSS file.

That’s all after after pasting the code now your code will successfully run. If you get any kind of error/problem in the code just comment down or contact me on social media

You might like this

About the Author

3 thoughts on “Creating a teddy bear using CSS | HTML & CSS

Leave a Reply

Your email address will not be published. Required fields are marked *

You may also like these