some css fixes

This commit is contained in:
trav 2023-04-13 11:28:54 -04:00
parent e0e9ba14d2
commit 4c951aaefb
4 changed files with 49 additions and 4 deletions

0
README.md Normal file
View File

View File

@ -12,7 +12,6 @@
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="/static/style.css" />
<!--[if lt IE 9]>

View File

@ -1,8 +1,7 @@
body {
margin: 3em 10% 3em 10%;
background: rgb(0,255,240);
background: linear-gradient(180deg, rgba(0,255,240,1) 0%, rgba(109,67,134,1) 56%, rgba(50,0,65,1) 100%);
margin: 3em 20% 3em 20%;
background: #9bf2dc;
color: white;
font-family: helvetica;
}

47
static/style.css~ Normal file
View File

@ -0,0 +1,47 @@
body {
margin: 3em 20% 3em 20%;
background: #9bf2dc;
color: white;
font-family: helvetica;
}
a, a:link {
color: cyan;
text-decoration: underline;
}
a:visited {
color: magenta;
}
table {
border: 1px solid white;
margin-left: auto;
margin-right: auto;
width: 90%;
}
td {
border: 1px solid white;
}
img#nocloud {
width: 736px;
display: block;
margin-left: auto; margin-right: auto;
}
img#vibing {
width: 74px;
display: block;
margin-left: auto; margin-right: auto;
}
hr {
border: none;
display: block;
height: 1px;
width: 100%;
background: rgb(0,255,240);
background: linear-gradient(270deg, rgba(0,255,240,1) 0%, rgba(109,67,134,1) 56%, rgba(50,0,65,1) 100%);
}