Why css is allways using to your design

10 replies
  • WEB DESIGN
  • |
Hello,
Can you tell me guys why css is always using to your design because i cant understan?So what happen to your design without using css?
#allways #css #design
  • Profile picture of the author icun
    CSS is used to position all of the elements of your design so it looks the same in the browser as it does in Photoshop or wherever it was designed.

    CSS is used as opposed to old HTML table layouts because it is the modern standards compliant way of creating websites and achieves the main aim of seperating content and design.
    {{ DiscussionBoard.errors[2460988].message }}
  • Profile picture of the author Talkreal
    CSS is the new standard for web design. It loads faster and has cleaner code than the old way. It is also easier to make global changes to the design using CSS.

    Don't worry, even if you don't use CSS your sites will still work. But if you're serious about web development and design, you should learn CSS. Lots of free tutorials on the web. Try W3Schools Online Web Tutorials
    {{ DiscussionBoard.errors[2461604].message }}
    • Profile picture of the author amie3310
      thank you guys for answering my question? actually i have knowledge about css! but it's all about basic,but right now i understand why css always perform to your design? Tnx a lot! and I'm very happy that i found ypu guys..
      {{ DiscussionBoard.errors[2464925].message }}
  • Profile picture of the author webcms
    you can find all about css at smashingmagazine.com
    {{ DiscussionBoard.errors[2465101].message }}
    • Profile picture of the author jonnybbush
      Because CSS is stands for Cascading Style sheet. Its use for coding for create the attractive web-page. You have to create the internal, External and inline CSS.
      {{ DiscussionBoard.errors[2470309].message }}
  • Profile picture of the author weaveronline
    yes...css is used to add styles to your web page, also it helps to increase loading speed , rather than using large images It also increase re usability and helps in maintenance
    Signature

    Thanks & Regards,
    Reach us at dukeduke600@gmail.com.
    Web Design| Logo Design | Banner Design | Web Development | Mobile Applications [iPhone/iPad/Android/Windows Phone]

    {{ DiscussionBoard.errors[2470636].message }}
    • Profile picture of the author rian1023
      Thank you to all of you guys for your concern to my problem to understand why css is always using to the design..So right now i know and i understand it about css feature..
      {{ DiscussionBoard.errors[2475353].message }}
  • Profile picture of the author daryematera
    CSS stands for cascading style sheet. CSS allows you to change your site design with a minimum effort.I think without CSS, it is very difficult to change the look and fell of any website.CSS offers flexibility that in the long run, saves time for you and money for the client.
    {{ DiscussionBoard.errors[2852570].message }}
  • Profile picture of the author kevinchaapel
    You can do all the HTML layout and formatting changes in one place or in an external file referenced by a number of pages, or style can be applied to a specific section of text in the body of a page. With CSS you can structure the content that appears first with the other source code that follows. This is above its competitors who may have your browser appears first and the last of its content.
    {{ DiscussionBoard.errors[2857620].message }}
  • Profile picture of the author weaveronline
    css is used to add more look and feel and align evetthing properly, but the major advantage is that maintainability , if u have a site with 1000 of pages and u want to change the header color , u can just edit it in the corresponding class in css file ...rather than editing each html page's code or inline styles...Hope this helps
    Signature

    Thanks & Regards,
    Reach us at dukeduke600@gmail.com.
    Web Design| Logo Design | Banner Design | Web Development | Mobile Applications [iPhone/iPad/Android/Windows Phone]

    {{ DiscussionBoard.errors[2858634].message }}

Trending Topics