Round bottom cover corners

main
dugo3number2 2023-04-03 12:41:23 -05:00
parent a06bafe628
commit 6a0cb7fdd0
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.cover {
color: #ffffff;
color: #cccccc;
text-align: center;
width: 100%;
padding: 25% 0px;
@ -9,6 +9,10 @@
background-size: cover;
background-position: center;
z-index: 10;
border-radius: 0px 0px 50px 50px;
}
.cover-tagline {
font-family: 'Pacifico', cursive;
}