Line 16: | Line 16: | ||
</script> | </script> | ||
+ | |||
+ | |||
+ | <style> | ||
+ | |||
+ | a{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #menutest{ | ||
+ | height: 20px; | ||
+ | } | ||
+ | |||
+ | .menufixed{ | ||
+ | position: top; | ||
+ | bottom: 0; | ||
+ | } | ||
+ | |||
+ | .testtext{ | ||
+ | font-size: 20px; | ||
+ | display: inline-block; | ||
+ | background-color: white; | ||
+ | text-align: center; | ||
+ | color: #593C75; | ||
+ | width: 160px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #nugget{ | ||
+ | align: center; | ||
+ | margin: 240px -450px; | ||
+ | position: fixed; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
</html> | </html> |
Revision as of 18:35, 8 August 2016