Min Max Width

Dear Sciaku Learner you are not logged in or not enrolled in this course.

Please Click on login or enroll now button.

If you have any query feel free to chat us!

Happy Coding! Happy Learning!

Lecture 55:- Min Max Width

min-width and max-width are CSS properties that specify the minimum and maximum width of an element, respectively.

min-width sets the minimum width that an element can be. If the content of the element is wider than the specified min-width, it will be displayed at its natural size. If the content is narrower, the element will be stretched to the specified min-width.

max-width sets the maximum width that an element can be. If the content of the element is wider than the specified max-width, it will be scaled down to fit within the specified max-width. If the content is narrower, it will be displayed at its natural size.

Here's an example:

cssCopy code

div {  min-width: 300px;  max-width: 700px;  height: 200px;  padding: 20px;  border: 10px solid black;  margin: 30px; }

In this example, the div element will have a minimum width of 300px and a maximum width of 700px. If the content is wider than 700px, it will be scaled down to fit within 700px. If the content is narrower than 300px, the div element will be stretched to 300px.

6. Styling With CSS

Comments: 2

profile
@niteshguptav63
17-Nov-2024, 01:39 PM

I am not able to access videos from second class and further. I have already completed first class

profile
@niteshguptav63
16-Nov-2024, 10:56 AM

When will I get my course?

profile
@admin79
17-Nov-2024, 01:29 PM

Now, Your query was resolved.

Frequently Asked Questions (FAQs)

How do I register on Sciaku.com?
How can I enroll in a course on Sciaku.com?
Are there free courses available on Sciaku.com?
How do I purchase a paid course on Sciaku.com?
What payment methods are accepted on Sciaku.com?
How will I access the course content after purchasing a course?
How long do I have access to a purchased course on Sciaku.com?
How do I contact the admin for assistance or support?
Can I get a refund for a course I've purchased?
How does the admin grant access to a course after payment?