when the screen size will come lower than 600px
then the content area of "dekstop-content" will be hidden
you can customize the size according to your demand
@media screen and (max-width: 600px) {
#dekstop-content{
visibility: hidden;
clear: both;
float: left;
margin: 10px auto 5px 20px;
width: 28%;
display: none;
}
}
A corner of Computer Science & Engineering related things
Home
4th Semester
Algorithm Design Computer Architecture Database Management System Data Communications Economics5th Semester
Theory of Computation Microprocessor and Assembly Language Engineering Mathematics Sociology Technical Writing and Communications
.