aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2018-12-09 12:43:06 -0500
committerMark Powers <markppowers0@gmail.com>2018-12-09 12:43:06 -0500
commit3d1b09c628b58f8bc9f9c76682d3d78885ae6376 (patch)
treea064a57b10202bfad25d46622deed86de115cec2 /src/css
parentd00a1a362b04699b246be4ca2ca471fbce60368b (diff)
Initial commit
Diffstat (limited to 'src/css')
l---------src/css/bootstrap.css1
-rw-r--r--src/css/styles.css58
2 files changed, 59 insertions, 0 deletions
diff --git a/src/css/bootstrap.css b/src/css/bootstrap.css
new file mode 120000
index 0000000..a78be59
--- /dev/null
+++ b/src/css/bootstrap.css
@@ -0,0 +1 @@
+../../node_modules/bootstrap/dist/css/bootstrap.css \ No newline at end of file
diff --git a/src/css/styles.css b/src/css/styles.css
new file mode 100644
index 0000000..08a5f38
--- /dev/null
+++ b/src/css/styles.css
@@ -0,0 +1,58 @@
+body {
+ padding: 15px;
+}
+
+.essay{
+ width: 70%;
+}
+
+.figure {
+ border: 1px solid #777777;
+ background-color: #dddddd;
+ padding: 10px;
+}
+
+.item {
+ margin: 10px;
+ border: 2px solid #777777;
+ border-radius: 5px;
+ padding: 7px;
+}
+
+img {
+ image-orientation: from-image;
+}
+
+.card img {
+ width: 80%;
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 2em;
+}
+
+.sidebar {
+ height: 100vh;
+ width: 15%;
+ margin: 20px;
+}
+
+.sidebar ul {
+ list-style: none;
+ padding: 0;
+}
+
+.sidebar ul li {
+ display: block;
+ margin: 5px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.btn-primary {
+ width: 100%;
+ height: 2em;
+ border-radius: 0;
+ text-align: center;
+ font-size: 20px;
+}