aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw2/strap012/style.css
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-05-24 11:18:46 -0500
committerMatt Strapp <matt@mattstrapp.net>2022-05-24 11:19:55 -0500
commit7a73162607544204032aa66cce755daf21edebda (patch)
tree58578e01f15f34a855d99c32898db9d7a1603e67 /csci4131/hw2/strap012/style.css
parentdo some stuff (diff)
downloadhomework-7a73162607544204032aa66cce755daf21edebda.tar
homework-7a73162607544204032aa66cce755daf21edebda.tar.gz
homework-7a73162607544204032aa66cce755daf21edebda.tar.bz2
homework-7a73162607544204032aa66cce755daf21edebda.tar.lz
homework-7a73162607544204032aa66cce755daf21edebda.tar.xz
homework-7a73162607544204032aa66cce755daf21edebda.tar.zst
homework-7a73162607544204032aa66cce755daf21edebda.zip
Graduate
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'csci4131/hw2/strap012/style.css')
-rw-r--r--csci4131/hw2/strap012/style.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/csci4131/hw2/strap012/style.css b/csci4131/hw2/strap012/style.css
new file mode 100644
index 0000000..1f03947
--- /dev/null
+++ b/csci4131/hw2/strap012/style.css
@@ -0,0 +1,61 @@
+body {
+ background-color:antiquewhite;
+}
+
+.linkTable {
+ border: 1px solid black;
+ margin-left: 20px;
+ background-color: white;
+ border-collapse: separate;
+}
+
+.smol {
+ max-height: 100%;
+ width: 6em;
+}
+
+#bigboi {
+ float: right;
+ height: auto;
+ max-width: 28%;
+}
+
+.Form {
+ background-color: whitesmoke;
+ padding-left: 5%;
+ max-width: 15%;
+}
+
+.grid {
+ align-content: center;
+ display: inline-grid;
+ grid-template-columns: 40% 40%;
+ grid-template-rows: 30%;
+ gap: .1em 10%;
+}
+
+.griditem {
+ padding: 10%;
+}
+
+table, th, td {
+ max-width: 90%;
+ overflow-x:auto;
+ border: 1px solid black;
+ border-collapse: collapse;
+}
+table {
+ float:left;
+ max-width: 70%;
+}
+tr:nth-child(even) {
+ background-color:blanchedalmond;
+}
+tr:nth-child(odd) {
+ background-color: burlywood;
+}
+iframe {
+ border: 0px;
+}
+
+