SlideShare a Scribd company logo
1 of 44
1) log onto docs.google.com: ,[object Object],[object Object],[object Object],[object Object],[object Object]
2) Open Dreamweaver ,[object Object],[object Object]
3) Review content ,[object Object],[object Object]
4) Add <div> </div> to create formatting structure ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
3) Create CSS page formats content - fonts, colors formats elements - layout
3a) Link CSS to main.html multiple screen>(folder) stylesheet     or window>CSS style, click &quot;link&quot; in lower right of CSS styles window box open and click &quot;browse&quot; to find the stylesheet and click &quot;ok&quot;
4) CSS comment categories /* reset */  /* global */ /* containers */ /* images */ /* text-elements */ 
5) /* global */ html    { } body    { }
5) /* global */ html    { } body    { background-color: #C2822f;}
6) Create wrapper elements #wrapper { width: 900px; margin: 0px auto; background-color: #FFF; }
Next: to create a border around the wrapper and keep everything centered you must create another <div> </div> tag on the main.html page around the wrapper <div>  
4) Add <div> </div> to create formatting structure ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
8) Copy #wrapper CSS elements and paste on line below, but change #wrapper to #outer and width: 960; #outer { width: 960px; margin: 0px auto; background color: #FFF; }
9)   Logo element   #logo {padding-top: 30px; }
10)    social-media-icons   #social-media-icons {float: right; }
10)    #!ck   #social-media-icons {float: right; }
11)   Add to logo element:   #logo { margin: 30px 0px;  float: left;  }
12)   topnav elements:   #topnav { clear: both; }
12)  reference a specific aspect of social-media-icons below #social-media-icons :   #social-media-icons ul li { display: inline; }
12)  create margin spacing to lower social-media-icons on the page   #social-media-icons ul { padding-top: 30px; }
#social-media-icons { float: right; } #social-media-icons ul li { display: inline; }   #social-media-icons ul { padding: 30px; } overview
what is the difference between margins and padding? who cares! outside inside
13) create links to your nav bar
14) now we need to create more #topnav elements #topnav ul { border-top: 1px #CCC solid; padding: 10px 0px; }
15) now we need to create  even  more #topnav elements #topnav ul li { display: inline; }
16) now we need to create  even  more #topnav elements #topnav ul li { display: inline; }
17) now we need to create  even  more #topnav elements #topnav ul li a { padding-right: 15px; text-decoration: none;}
18) now we need to create  even  more #topnav elements #topnav a:link { color: #000; }
now we need to create our two columns: right column = 200px left column = 650px space between = 50px
19) let's format the #content element #content { width: 650px; float: left; }
20) let's format the #right-side element #right-side { width: 200px; float: right; }
21) let's start working on the footer (it's harder than you think!) #footer { clear: both; }
22) do we need any spacing around the banner?  #banner { margin-bottom: 30px; }
23) let's format our headline tags?  h1 { color: #9A7418; border-bottom: 1px #CCC solid; padding-bottom: 15px;}
24) do we need a margin for more spacing?  h1 { color: #9A7418; padding-bottom: 15px; border-bottom: 1px #CCC solid;  margin-bottom: 15px;  }
25) let's format our sub-headline tags?  h2 { color: #000; }
26) let's format our sub-headline tags?  h3 { color: #000; }
27) more work on the #footer  #footer { clear: both;  border-top: 1px #CCC solid; }
28) more work on the #footer - padding (inside)  #footer { clear: both; border-top: 1px #CCC solid;}
29) now we need to center #footer by adding a class to the footer tag on the html document  <p class=&quot;footer-text&quot;> copryright... </p>
30) now add to the css stylesheet on html <p class=&quot;footer-text&quot;> copryright... </p> on CSS .footer-text { text-align: center; }
31) now add class to the two small images on html <img class=&quot;image-frame src=&quot;.jpg&quot; /> on CSS .image-frame { padding: 10px: border: 1px #CCC solid; margin: 10px; }
32) now add class to the three dates to change their color on html <p class=&quot;date&quot;> on CSS .date { color: #9A7418; }
32) we might need to play with the margins to align the date better on both the .date class and h3  .date { color: #9A7418; margin-bottom: 3px; } h3 {margin-top: 0px; }

More Related Content

What's hot

What's hot (6)

Images4
Images4Images4
Images4
 
Images
ImagesImages
Images
 
Cosas
CosasCosas
Cosas
 
Sketchbooks art 2
Sketchbooks art 2Sketchbooks art 2
Sketchbooks art 2
 
Optimizing Drupal for Mobile Devices
Optimizing Drupal for Mobile DevicesOptimizing Drupal for Mobile Devices
Optimizing Drupal for Mobile Devices
 
Fraglist
FraglistFraglist
Fraglist
 

Similar to IML 140 Design - Basics

Week 4 css basics
Week 4 css basicsWeek 4 css basics
Week 4 css basicsEvan Hughes
 
Weeks3 5 cs_sbasics
Weeks3 5 cs_sbasicsWeeks3 5 cs_sbasics
Weeks3 5 cs_sbasicsEvan Hughes
 
Blog HTML example for IML 295
Blog HTML example for IML 295Blog HTML example for IML 295
Blog HTML example for IML 295Evan Hughes
 
HTML/CSS Web Blog Example
HTML/CSS Web Blog ExampleHTML/CSS Web Blog Example
HTML/CSS Web Blog ExampleMichael Bodie
 
Iml140 cs sbasics_week5
Iml140 cs sbasics_week5Iml140 cs sbasics_week5
Iml140 cs sbasics_week5Evan Hughes
 
Widgets: Making Your Site Great and Letting Others Help - WordCamp Victoria
Widgets: Making Your Site Great and Letting Others Help - WordCamp VictoriaWidgets: Making Your Site Great and Letting Others Help - WordCamp Victoria
Widgets: Making Your Site Great and Letting Others Help - WordCamp VictoriaJeff Richards
 
Stylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartStylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartScott DeLoach
 
Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)Edwin Vijay R
 
Block2 Session2 Presentation
Block2 Session2 PresentationBlock2 Session2 Presentation
Block2 Session2 PresentationMichael Gwyther
 
WordPress Development Confoo 2010
WordPress Development Confoo 2010WordPress Development Confoo 2010
WordPress Development Confoo 2010Brendan Sera-Shriar
 
DG Group - Active Or Passive Website
DG Group - Active Or Passive WebsiteDG Group - Active Or Passive Website
DG Group - Active Or Passive WebsiteFranco De Bonis
 
Creating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSSCreating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSSBG Java EE Course
 
Webpages And Dynamic Content
Webpages And Dynamic ContentWebpages And Dynamic Content
Webpages And Dynamic Contentmaycourse
 
Making a common css layout
Making a common css layoutMaking a common css layout
Making a common css layoutRobin Nicholls
 
LessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingLessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingMyles Braithwaite
 
What I brought back from Austin
What I brought back from AustinWhat I brought back from Austin
What I brought back from AustinLisa Adkins
 

Similar to IML 140 Design - Basics (20)

Week 4 css basics
Week 4 css basicsWeek 4 css basics
Week 4 css basics
 
Weeks3 5 cs_sbasics
Weeks3 5 cs_sbasicsWeeks3 5 cs_sbasics
Weeks3 5 cs_sbasics
 
Blog HTML example for IML 295
Blog HTML example for IML 295Blog HTML example for IML 295
Blog HTML example for IML 295
 
HTML/CSS Web Blog Example
HTML/CSS Web Blog ExampleHTML/CSS Web Blog Example
HTML/CSS Web Blog Example
 
Iml140 cs sbasics_week5
Iml140 cs sbasics_week5Iml140 cs sbasics_week5
Iml140 cs sbasics_week5
 
Widgets: Making Your Site Great and Letting Others Help - WordCamp Victoria
Widgets: Making Your Site Great and Letting Others Help - WordCamp VictoriaWidgets: Making Your Site Great and Letting Others Help - WordCamp Victoria
Widgets: Making Your Site Great and Letting Others Help - WordCamp Victoria
 
Stylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartStylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStart
 
Html 101
Html 101Html 101
Html 101
 
You and Your Stylesheet
You and Your StylesheetYou and Your Stylesheet
You and Your Stylesheet
 
Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)
 
A More Perfect Union with CSS
A More Perfect Union with CSSA More Perfect Union with CSS
A More Perfect Union with CSS
 
Html Expression Web
Html Expression WebHtml Expression Web
Html Expression Web
 
Block2 Session2 Presentation
Block2 Session2 PresentationBlock2 Session2 Presentation
Block2 Session2 Presentation
 
WordPress Development Confoo 2010
WordPress Development Confoo 2010WordPress Development Confoo 2010
WordPress Development Confoo 2010
 
DG Group - Active Or Passive Website
DG Group - Active Or Passive WebsiteDG Group - Active Or Passive Website
DG Group - Active Or Passive Website
 
Creating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSSCreating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSS
 
Webpages And Dynamic Content
Webpages And Dynamic ContentWebpages And Dynamic Content
Webpages And Dynamic Content
 
Making a common css layout
Making a common css layoutMaking a common css layout
Making a common css layout
 
LessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingLessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG Meeting
 
What I brought back from Austin
What I brought back from AustinWhat I brought back from Austin
What I brought back from Austin
 

More from Evan Hughes

IML 140 - The Art of the Storytelling Business
IML 140 - The Art of the Storytelling BusinessIML 140 - The Art of the Storytelling Business
IML 140 - The Art of the Storytelling BusinessEvan Hughes
 
Html intro for IML 295, week 11
Html intro for IML 295, week 11Html intro for IML 295, week 11
Html intro for IML 295, week 11Evan Hughes
 
Media for business_commercials
Media for business_commercialsMedia for business_commercials
Media for business_commercialsEvan Hughes
 
I ml 140 digital media for business - final week
I ml 140  digital media for business - final weekI ml 140  digital media for business - final week
I ml 140 digital media for business - final weekEvan Hughes
 
Design and presenting with slides
Design and presenting with slidesDesign and presenting with slides
Design and presenting with slidesEvan Hughes
 
Iml140 web week_1
Iml140 web week_1Iml140 web week_1
Iml140 web week_1Evan Hughes
 
Dreamweaver Template
Dreamweaver TemplateDreamweaver Template
Dreamweaver TemplateEvan Hughes
 
Html basics IML 140 (weeks 2-3)
Html basics IML 140 (weeks 2-3)Html basics IML 140 (weeks 2-3)
Html basics IML 140 (weeks 2-3)Evan Hughes
 
Web and creative cultures week 2
Web and creative cultures week 2Web and creative cultures week 2
Web and creative cultures week 2Evan Hughes
 
Web and creative cultures week 2
Web and creative cultures week 2Web and creative cultures week 2
Web and creative cultures week 2Evan Hughes
 
Dreamweaver template
Dreamweaver templateDreamweaver template
Dreamweaver templateEvan Hughes
 
Remixand culture
Remixand cultureRemixand culture
Remixand cultureEvan Hughes
 
Mobile design patterns
Mobile design patternsMobile design patterns
Mobile design patternsEvan Hughes
 
Color Theory Basics
Color Theory BasicsColor Theory Basics
Color Theory BasicsEvan Hughes
 
Iml140 web week_1
Iml140 web week_1Iml140 web week_1
Iml140 web week_1Evan Hughes
 
Digital portfolio
Digital portfolioDigital portfolio
Digital portfolioEvan Hughes
 

More from Evan Hughes (20)

IML 140 - The Art of the Storytelling Business
IML 140 - The Art of the Storytelling BusinessIML 140 - The Art of the Storytelling Business
IML 140 - The Art of the Storytelling Business
 
Html intro for IML 295, week 11
Html intro for IML 295, week 11Html intro for IML 295, week 11
Html intro for IML 295, week 11
 
Media for business_commercials
Media for business_commercialsMedia for business_commercials
Media for business_commercials
 
I ml 140 digital media for business - final week
I ml 140  digital media for business - final weekI ml 140  digital media for business - final week
I ml 140 digital media for business - final week
 
Design and presenting with slides
Design and presenting with slidesDesign and presenting with slides
Design and presenting with slides
 
Iml140 web week_1
Iml140 web week_1Iml140 web week_1
Iml140 web week_1
 
Dreamweaver Template
Dreamweaver TemplateDreamweaver Template
Dreamweaver Template
 
Word Press Site
Word Press SiteWord Press Site
Word Press Site
 
Html basics IML 140 (weeks 2-3)
Html basics IML 140 (weeks 2-3)Html basics IML 140 (weeks 2-3)
Html basics IML 140 (weeks 2-3)
 
Web and creative cultures week 2
Web and creative cultures week 2Web and creative cultures week 2
Web and creative cultures week 2
 
Web and creative cultures week 2
Web and creative cultures week 2Web and creative cultures week 2
Web and creative cultures week 2
 
Dreamweaver template
Dreamweaver templateDreamweaver template
Dreamweaver template
 
Remixand culture
Remixand cultureRemixand culture
Remixand culture
 
Mobile design patterns
Mobile design patternsMobile design patterns
Mobile design patterns
 
Color Theory Basics
Color Theory BasicsColor Theory Basics
Color Theory Basics
 
Iml 295 week
Iml 295 weekIml 295 week
Iml 295 week
 
Iml140 web week_1
Iml140 web week_1Iml140 web week_1
Iml140 web week_1
 
Remix
RemixRemix
Remix
 
Digital portfolio
Digital portfolioDigital portfolio
Digital portfolio
 
Rule of thirds
Rule of thirdsRule of thirds
Rule of thirds
 

Recently uploaded

psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIShubhangi Sonawane
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 

Recently uploaded (20)

psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 

IML 140 Design - Basics

  • 1.
  • 2.
  • 3.
  • 4.
  • 5. 3) Create CSS page formats content - fonts, colors formats elements - layout
  • 6. 3a) Link CSS to main.html multiple screen>(folder) stylesheet     or window>CSS style, click &quot;link&quot; in lower right of CSS styles window box open and click &quot;browse&quot; to find the stylesheet and click &quot;ok&quot;
  • 7. 4) CSS comment categories /* reset */  /* global */ /* containers */ /* images */ /* text-elements */ 
  • 8. 5) /* global */ html    { } body    { }
  • 9. 5) /* global */ html    { } body    { background-color: #C2822f;}
  • 10. 6) Create wrapper elements #wrapper { width: 900px; margin: 0px auto; background-color: #FFF; }
  • 11. Next: to create a border around the wrapper and keep everything centered you must create another <div> </div> tag on the main.html page around the wrapper <div>  
  • 12.
  • 13. 8) Copy #wrapper CSS elements and paste on line below, but change #wrapper to #outer and width: 960; #outer { width: 960px; margin: 0px auto; background color: #FFF; }
  • 14. 9) Logo element   #logo {padding-top: 30px; }
  • 15. 10)  social-media-icons   #social-media-icons {float: right; }
  • 16. 10)  #!ck   #social-media-icons {float: right; }
  • 17. 11) Add to logo element:   #logo { margin: 30px 0px; float: left; }
  • 18. 12) topnav elements:   #topnav { clear: both; }
  • 19. 12)  reference a specific aspect of social-media-icons below #social-media-icons :   #social-media-icons ul li { display: inline; }
  • 20. 12)  create margin spacing to lower social-media-icons on the page   #social-media-icons ul { padding-top: 30px; }
  • 21. #social-media-icons { float: right; } #social-media-icons ul li { display: inline; }   #social-media-icons ul { padding: 30px; } overview
  • 22. what is the difference between margins and padding? who cares! outside inside
  • 23. 13) create links to your nav bar
  • 24. 14) now we need to create more #topnav elements #topnav ul { border-top: 1px #CCC solid; padding: 10px 0px; }
  • 25. 15) now we need to create even more #topnav elements #topnav ul li { display: inline; }
  • 26. 16) now we need to create even more #topnav elements #topnav ul li { display: inline; }
  • 27. 17) now we need to create even more #topnav elements #topnav ul li a { padding-right: 15px; text-decoration: none;}
  • 28. 18) now we need to create even more #topnav elements #topnav a:link { color: #000; }
  • 29. now we need to create our two columns: right column = 200px left column = 650px space between = 50px
  • 30. 19) let's format the #content element #content { width: 650px; float: left; }
  • 31. 20) let's format the #right-side element #right-side { width: 200px; float: right; }
  • 32. 21) let's start working on the footer (it's harder than you think!) #footer { clear: both; }
  • 33. 22) do we need any spacing around the banner?  #banner { margin-bottom: 30px; }
  • 34. 23) let's format our headline tags?  h1 { color: #9A7418; border-bottom: 1px #CCC solid; padding-bottom: 15px;}
  • 35. 24) do we need a margin for more spacing?  h1 { color: #9A7418; padding-bottom: 15px; border-bottom: 1px #CCC solid; margin-bottom: 15px; }
  • 36. 25) let's format our sub-headline tags?  h2 { color: #000; }
  • 37. 26) let's format our sub-headline tags?  h3 { color: #000; }
  • 38. 27) more work on the #footer  #footer { clear: both; border-top: 1px #CCC solid; }
  • 39. 28) more work on the #footer - padding (inside)  #footer { clear: both; border-top: 1px #CCC solid;}
  • 40. 29) now we need to center #footer by adding a class to the footer tag on the html document  <p class=&quot;footer-text&quot;> copryright... </p>
  • 41. 30) now add to the css stylesheet on html <p class=&quot;footer-text&quot;> copryright... </p> on CSS .footer-text { text-align: center; }
  • 42. 31) now add class to the two small images on html <img class=&quot;image-frame src=&quot;.jpg&quot; /> on CSS .image-frame { padding: 10px: border: 1px #CCC solid; margin: 10px; }
  • 43. 32) now add class to the three dates to change their color on html <p class=&quot;date&quot;> on CSS .date { color: #9A7418; }
  • 44. 32) we might need to play with the margins to align the date better on both the .date class and h3  .date { color: #9A7418; margin-bottom: 3px; } h3 {margin-top: 0px; }