Skip to content

Commit

Permalink
Update styles for Bootstrap overhaul.
Browse files Browse the repository at this point in the history
  • Loading branch information
J4gm committed Nov 14, 2018
1 parent f3f03d0 commit d514d2d
Showing 1 changed file with 61 additions and 10 deletions.
71 changes: 61 additions & 10 deletions styles.css
@@ -1,11 +1,62 @@
body {font-family: verdana; color: black; background-color: white; padding: 5px; margin-left: 20%; margin-right: 20%; max-width: 960px;}
p {margin-top: 0px; margin-bottom: 10px;}
blockquote {color: dimgrey; border-left: 2px solid dimgrey; padding-left: 5px; padding-bottom: 0px; margin-left: 8px; margin-bottom: 0px; margin-top: 0px}
img {padding: 5px; border: 1px solid dimgrey; width:48%}
th, td {border: 1px solid black; border-collapse: collapse; text-align: left}
table {border-collapse: collapse;}
a {text-decoration: none;}
@media screen and (max-width: 960px){
body {padding: 0px; margin-left: 1%; margin-right: 1%;}
img {width: 96%;}
p, h1, h2, h3, td, th {
font-family: verdana;
padding: 0px;
margin: 0px;
margin-bottom: 12px;
}

p {
font-size: 14px;
}

h3 {
font-size: 18px;
}

h2 {
font-size: 24px;
}

h1 {
font-size: 30px;
}

.quote p {
color: dimgrey;
margin-top: 8px;
margin-left: 16px;
}

.quote {
border-left: 1px solid dimgrey;
border-radius: 5px;
padding: 0px;
}

.quote .quotesrc {
color: black;
margin-top: 0px;
margin-left: 24px;
}

.img-fluid {
padding: 5px;
border: 1px solid black;
border-radius: 5px;
width: 50%;
float: right;
margin-left: 5px;
}

hr {
clear: right;
}

table {
border: 1px solid black;
width: 100%;
}

td, th {
border: 1px solid black;
}

0 comments on commit d514d2d

Please sign in to comment.