removed ugly link stuff
This commit is contained in:
+10
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user