Line 112: | Line 112: | ||
} | } | ||
+ | .button1 { | ||
+ | background-color: #46A3FF; | ||
+ | color: black; | ||
+ | border: 2px solid #46A3FF; | ||
+ | font-size: 16px; | ||
+ | font-weight: bolder; | ||
+ | font color: white; | ||
+ | text-align: center; | ||
+ | -webkit-transition-duration: 0.4s; /* Safari */ | ||
+ | transition-duration: 0.4s; | ||
+ | margin: 4px 2px; | ||
+ | padding: 14px 40px; | ||
+ | border-radius: 4px; | ||
+ | position: fixed; | ||
+ | top: -10px; | ||
+ | left: 800px; | ||
+ | } | ||
+ | .button1:hover { | ||
+ | background-color: white; | ||
+ | color: #46A3FF; | ||
+ | font-size: 16px; | ||
+ | font-weight: bolder; | ||
+ | font color: #46A3FF; | ||
+ | text-align: center; | ||
+ | -webkit-transition-duration: 0.4s; /* Safari */ | ||
+ | transition-duration: 0.4s; | ||
+ | margin: 4px 2px; | ||
+ | } | ||
</style> | </style> | ||
Revision as of 06:46, 23 August 2016
❮
❯