Skip to content

Commit

Permalink
update for looks
Browse files Browse the repository at this point in the history
  • Loading branch information
nfshermy committed Jul 18, 2018
1 parent 1b01c8b commit 5dfaa5e
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions statusPageCss.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
table, th, td {
border: 1px solid black;
align:center;
width:100px;
height:250px;
height:40px;
width:500px;
font-size:25px;
text-align:center;
}

#info {
align:center;
}

body {
background-image: url("12-0326-26D.jpg");
background-size:100%;
background-repeat: no-repeat;
background-attachment: fixed;
color:white;
}

a:link {
color: #FF1493;
}

a:visited {
color:#cc00ff;
}

0 comments on commit 5dfaa5e

Please sign in to comment.