Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


Assigning CSS Classes

assigning css classes

  • Please log in to reply
 

#1 OneDes

OneDes

    Senior Member

  • Designer
  • 282 posts

Posted 21 December 2012 - 10:49 PM

1. Create a normal HTML file. It should contain the following tags along with their closing tags.
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
2.Make a generic box that you can use to apply styles:
<div class="classdescname"></div>
3. give the same class name to a tag that you want to have similar features. So if you have five boxes and 3 of them have the exact look, then assign the class to those 3 tags.
4.For every elements group with a unique style, you should assign a new class for it.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users