kitandsettools
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: #fff;
padding: 1rem 0;
text-align: center;
}
header nav ul {
list-style: none;
padding: 0;
}
header nav ul li {
display: inline;
margin: 0 10px;
}
header nav ul li a {
color: #fff;
text-decoration: none;
}
.cta-button {
backgro... See more
Outlook
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: #fff;
padding: 1rem 0;
text-align: center;
}
header nav ul {
list-style: none;
padding: 0;
}
header nav ul li {
display: inline;
margin: 0 10px;
}
header nav ul li a {
color: #fff;
text-decoration: none;
}
.cta-button {
background-color: #ff6600;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 1rem 0;
Installation and configuration guide
doc.add_heading("5-2 Final Project Milestone Three: Site Aesthetics", level=1)
doc.add_paragraph("\n")
doc.add_paragraph("Course: IT 270")
doc.add_paragraph("Student Name: [Your Name]")
doc.add_paragraph("Date: [Insert Date]")
doc.add_page_break()
# Introduction Section
doc.add_heading("Introduction", level=1)
doc.add_paragraph(
"This document... See more
Outlook
color: #ff0000;
font-size: 200%;
W3Schools.com
p.intro::first-letter {
color: #ff0000;
font-size: 200%;
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
W3Schools.com
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Kit and Set Tools - Mod 4 Activity</title> <link rel="stylesheet" href="styles.css"></head><body> <header> <h1>Kit and Set... See more
Sublime
<iframe src="https://snhu-my.sharepoint.com/personal/erika_heater_snhu_edu/_layouts/15/Doc.aspx?sourcedoc={0ebfd2a8-cd1c-48f3-aa0e-3a85e6d931b4}&action=embedview&wdStartOn=1" width="476px" height="288px" frameborder="0">This is an embedded <a target="_blank" href="https://office.com">Microsoft Office</a> document, powered by <a target="_blank" href="https://office.com/webapps">Office</a>.</iframe>
This document summarizes the completion of the Module 4 HTML Table and Form Concepts activity for the IT 270 course. The task involved creating an HTML table displaying a CBS primetime TV schedule and styling it using CSS. The completed work is integrated into the 'Kit and Set Tools' website.
HTML Code Snippet
<!DOCTYPE... See more
Sublime
<iframe src="https://snhu-my.sharepoint.com/personal/erika_heater_snhu_edu/_layouts/15/Doc.aspx?sourcedoc={0ebfd2a8-cd1c-48f3-aa0e-3a85e6d931b4}&action=embedview&wdStartOn=1" width="476px" height="288px" frameborder="0">This is an embedded <a target="_blank" href="https://office.com">Microsoft Office</a> document, powered by <a target="_blank" href="https://office.com/webapps">Office</a>.</iframe>
IT 270 Module 4 ActivityThis document summarizes the complet...
<iframe src="https://snhu-my.sharepoint.com/personal/erika_heater_snhu_edu/_layouts/15/Doc.aspx?sourcedoc={0ebfd2a8-cd1c-48f3-aa0e-3a85e6d931b4}&action=embedview&wdStartOn=1" width="476px" height="288px" frameborder="0">This is an embedded <a target="_blank" href="https://office.com">Microsoft Office</a> document, powered by <a target="_blank" href="https://office.com/webapps">Office</a>.</iframe>
# Recreate the Word Document
doc = Document()
# Title Page
doc.add_heading("Kit and Set Tools Final Project", level=1)
# Introduction Section
doc.add_heading("Introduction", level=2)
doc.add_paragraph(
"Kit and Set Tools was founded with the mission of empowering DIY enthusiasts and young professionals "
"by providing high-quality... See more