<!DOCTYPE html>
<html>
<head>
-<title>Welcome to nginx!</title>
-<link rel="stylesheet" type="text/css" href="styles.css?v=1.15">
+<title>Misomosispi's Home Page</title>
+<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="icon" href="profile-funny.png">
</head>
<body>
width: 400px;
height: 100px;
padding: 20px;
+ border-radius: 15px;
}
+.lib-list > li > a:link > button {
+ background-color: blue;
+}
+.lib-list > li > a:visited > button {
+ background-color: purple;
+}
+.lib-list > li > a:hover > button {
+ background-color: green;
+}
+.lib-list > li > a > button > h3 {
+ margin-top: 0px;
+}
+.lib-list > li > a > button > p {
+ margin-bottom: 0px;
+}
\ No newline at end of file