Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- CSS file ba beilleszteni
- aztán a html file ba a menünek átadni a btn-english class-t, példa
- <a href="https://evolution-health-and-diseases.com/" target="_blank" class="btn btn-blue main-btn btn-english">English</a>
- */
- .btn-english {
- color: #000;
- font-weight: bold;
- /* border: 0px !important; */
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100% 50px;
- background-image: linear-gradient(
- 90deg,
- transparent 46%,
- #c8102e 46%,
- #c8102e 56%,
- transparent 56%
- ),
- linear-gradient(
- transparent 38%,
- white 38%,
- white 42%,
- #c8102e 42%,
- #c8102e 58%,
- white 58%,
- white 62%,
- transparent 62%
- ),
- linear-gradient(
- 90deg,
- transparent 44%,
- white 44%,
- white 46%,
- #c8102e 46%,
- #c8102e 56%,
- white 56%,
- white 58%,
- transparent 58%
- ),
- linear-gradient(
- 33deg,
- transparent 45%,
- white 45%,
- white 48%,
- #c8102e 48%,
- #c8102e 54%,
- white 54%,
- white 57%,
- transparent 57%
- ),
- linear-gradient(
- -33deg,
- #012169 45%,
- white 45%,
- white 48%,
- #c8102e 48%,
- #c8102e 54%,
- white 54%,
- white 57%,
- #012169 57%
- );
- }
- .btn-english:hover {
- color: #660000 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment