removed ugly link stuff

This commit is contained in:
Patrick McGuire
2021-10-22 17:16:52 -04:00
parent ebbcca027d
commit 464dd646af
2 changed files with 21 additions and 9 deletions
+10 -3
View File
@@ -2,16 +2,23 @@
<head>
<title>HTML Frames Example - Menu</title>
<style type="text/css">
a {
text-decoration:none;
color:black;
}
body {
font-family:verdana,arial,sans-serif;
font-size:medium;
margin:10px;
margin-bottom:50px;
background-color: rgb(119, 196, 135);
}
h4 {
}
h4 {
text-decoration:underline;
}
h4,h5 {
margin: 15px 0px 0px 0px;
}
}
</style>
</head>
<body>