diff --git a/4.css b/4.css index c8a785a..7ec82a6 100644 --- a/4.css +++ b/4.css @@ -10,14 +10,18 @@ body { p{ margin-left:10px; } -a{ +a.pan{ color: #0077ff; text-decoration: underline; cursor: pointer; } -a:hover{ +a.pan:hover{ color:#000000; } +a.btn{ + transition: 0.1s all linear; + cursor: pointer; +} .spacer{ margin-top:10px;