Difference between revisions of "project01:P4"
From cs
Line 57: | Line 57: | ||
div#buttonBlue a:active {color: #A7A9AB; text-decoration: none; opacity: 1;} | div#buttonBlue a:active {color: #A7A9AB; text-decoration: none; opacity: 1;} | ||
div#buttonBlue a:hover {color: #617dc6; text-decoration: none; opacity: 1; font-weight: bold;} | div#buttonBlue a:hover {color: #617dc6; text-decoration: none; opacity: 1; font-weight: bold;} | ||
+ | |||
+ | div#buttonWhite { | ||
+ | float: left; | ||
+ | width: 135px; | ||
+ | height: 20px; | ||
+ | margin-right: 0px; | ||
+ | margin-top: 5px; | ||
+ | opacity: 1; | ||
+ | background: #FFFFFF; | ||
+ | text-align:center; | ||
+ | font-family: 'Roboto', sans-serif; | ||
+ | font-size: 12px; | ||
+ | color:#FFFFFF; | ||
+ | } | ||
</style> | </style> |
Revision as of 14:20, 7 May 2020