RWD:RESPONSIVE WEB DESIGNED is making the elements and pages responsive for all devices.
A responsive website consist of CSS3, ,media queries and @media rule, flexible images, flexible videos, and fluid type, all of which allow responsive website to adapt its layout to the viewing devices, user agent and environment.
RWD Includes:
- flexible foundation of webpages and template
- fluid Grids
- flexible images and videos
- Implements media rule and query
syntax:-
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 360px){
}
0 Comment(s)