Posts

Showing posts from December, 2016

Impact of CSS in Website Design

Image
CSS is the most important part and playing an impact in a really good website. We all know the website should look very attractive, So we need a design rule that is understood by web pages. CSS helps web designers to format the design as he wants. Many design related things can be achieved with the help of this. What can you do with CSS? -You can Override the old design with a new CSS Code. -You can do animations and transitions with the version 3. -You can write really simple and effective designing formats/ rules. -You can attach a external style-sheet or write internal style or write inline style.  -Inline styles are weighted high in the DOM but you have to avoid inline style for good SEO factor. -As a beginner you can do many things to experiment with the design like setting the layout, setting alignments, height width, color, background color etc to learn and enjoy. Many great features are provided in the version 3 but you have to learn the basic version well.