aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/csci4131/hw2/strap012/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'OLD/csci4131/hw2/strap012/style.css')
-rw-r--r--OLD/csci4131/hw2/strap012/style.css61
1 files changed, 0 insertions, 61 deletions
diff --git a/OLD/csci4131/hw2/strap012/style.css b/OLD/csci4131/hw2/strap012/style.css
deleted file mode 100644
index 1f03947..0000000
--- a/OLD/csci4131/hw2/strap012/style.css
+++ /dev/null
@@ -1,61 +0,0 @@
-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;
-}
-
-