]> localhost Git - bio.git/commitdiff
Style links better, add color pseudo-class efects
authormisomosi <[email protected]>
Fri, 24 Apr 2026 01:08:18 +0000 (21:08 -0400)
committermisomosi <[email protected]>
Fri, 24 Apr 2026 01:08:18 +0000 (21:08 -0400)
index.html
styles.css

index 62b5a5bdba3c9d40f7317b5b584f2395cf166904..5ea0c2e951c30e17f042238f1cfbcb95ae2e2f35 100644 (file)
@@ -1,8 +1,8 @@
 <!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>
index 3c31e1166ebfdce5482a58f62b415bad9e61eaec..8ac282c6ee89040a41e151b0ebbe13b92791d556 100644 (file)
@@ -32,4 +32,20 @@ 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