Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
471 changes: 471 additions & 0 deletions CSS/blog-post-style.css

Large diffs are not rendered by default.

158 changes: 158 additions & 0 deletions CSS/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
.body { margin: 0px; font-family: Droid Sans, Arial, sans-serif; font-size: 13px; line-height: 22px;}

* {box-sizing: border-box;}

/* Style inputs for header and navbar */
.header {
color:#D4D4D4;
background-color: rgb(58,61,64);
width: 965px;
height: 10px;
padding: 50px 270px 33px 265px;
margin: 0px;
text-align: right;
font-size: 17px;
}

#navbar a {
float: left;
vertical-align: right;
margin-top: 26px; }

.navbar { overflow: hidden; background-color: #555555 }

.navbar-nav a {
float: right;
color: white;
text-align: right;
padding: 14px 16px;
text-decoration: none;
font-size: 13px;
display: inline; }

.a {text-decoration: none; }

.navbar a:hover { background-color: darkgrey; color: white; }

/* Style inputs for Main Content Area */

.hr {
display: block;
unicode-bidi: isolate;
margin-block-start: 0.5em;
margin-block-end: 0.5em;
margin-inline-start: auto;
margin-inline-end: auto;
overflow: hidden;
}

/* Style the submit button with a specific background color etc */


.fas fa-comments {
float: right; }

.span {
float: right; }


.footer { overflow: hidden; background-color: #746f6f }

.footer {
padding: 10px;
text-align: left;
background-color: #746f6f;
color: white;
font-size: 13px;
}

.footer header {
font-family: droid sans, sans-serif;
font-size: 10px;
box-sizing: 217px, 139px;
}

/* CONTACT FORM */
/* Style inputs with type="text", select elements and textareas */
.input text {
width: 219px;
height: 33px;
padding: 9px;
border: none;
border-radius: 4px;
margin-top: 10px;
margin-bottom: 16px;
resize: vertical
}

.input textarea {
width: 219px;
height: 139px;
font-size: 13px;
font-family: 'droid sans', sans-serif;
padding: 9px;
border: none;
border-radius: 4px;
margin-top: 10px;
margin-bottom: 16px;
resize: vertical
}

ul {
display: inline;
list-style: none; }

li {
display: inline;
padding: 20px;
margin-left: -5px; }




/* Add a background color and some padding around the form */
.form-container {
display: block;
border-radius: 5px;
background-color:rgb(39,41,43);
}

/* COPYRIGHT AND SOCIAL MEDIA BUTTONS */

.copyright {
float: left;
max-width: 500px;
}

.copyright p {
padding: 3px 0 0 0;
}

.social {
padding: 0;
margin-bottom: 4px;
float: right;
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
.leftcolumn, .rightcolumn {
width: 100%;
padding: 0; } }
















File renamed without changes
Loading