Line 13: | Line 13: | ||
a:hover { | a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #panel { | ||
+ | background-color: ghostwhite; | ||
+ | color: #34495e; | ||
+ | padding: 50px; | ||
+ | border: solid black 5px; | ||
+ | border-radius: 10px; | ||
+ | transition: box-shadow 0.1s, background-color 0.1s, transform 0.1s; | ||
} | } | ||
Revision as of 13:00, 16 June 2016