Difference between revisions of "Ambrose"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@700&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@700&display=swap'); | ||
</style> | </style> | ||
+ | |||
+ | .pd1 h3{ | ||
+ | background: -moz-linear-gradient(left, rgba(82, 139, 139,0) 0%, rgba(82, 139, 139,1) 35%, rgba(82, 139, 139,1) 65%, rgba(82, 139, 139,0) 100%); | ||
+ | background: -webkit-linear-gradient(left, rgba(82, 139, 139,0) 0%,rgba(82, 139, 139,1) 35%,rgba(82, 139, 139,1) 65%,rgba(82, 139, 139,0) 100%); | ||
+ | background: linear-gradient(to right, rgba(82, 139, 139,0) 0%,rgba(82, 139, 139,1) 35%,rgba(82, 139, 139,1) 65%,rgba(82, 139, 139,0) 100%); | ||
+ | border-bottom:0px; | ||
+ | height: 32px; | ||
+ | color: #503466; | ||
+ | font-size: 24px; | ||
+ | text-align:center; | ||
+ | text-shadow: 1px 1px 2px #000000; | ||
+ | padding:0px; | ||
+ | } | ||
</css> | </css> |