summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/xengineering.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/css/xengineering.css b/css/xengineering.css
index 18bfbf7..0224dc1 100644
--- a/css/xengineering.css
+++ b/css/xengineering.css
@@ -19,6 +19,10 @@ main {
background-color: white;
}
+h1 {
+ text-align: center;
+}
+
a {
text-decoration: none;
color: blue;
@@ -62,6 +66,27 @@ pre {
border-radius: 5px;
}
+main div {
+ color: black;
+ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
+ padding: 10px;
+ border-radius: 5px;
+}
+
+main div:hover {
+ box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
+}
+
+main div h3 {
+ margin-top: 0px;
+ text-align: center;
+}
+
+main div p {
+ margin-bottom: 0px;
+ text-align: center;
+}
+
/******************************************************************************/