Round bottom cover corners
parent
a06bafe628
commit
6a0cb7fdd0
|
@ -1,5 +1,5 @@
|
||||||
.cover {
|
.cover {
|
||||||
color: #ffffff;
|
color: #cccccc;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 25% 0px;
|
padding: 25% 0px;
|
||||||
|
@ -9,6 +9,10 @@
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
border-radius: 0px 0px 50px 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cover-tagline {
|
||||||
font-family: 'Pacifico', cursive;
|
font-family: 'Pacifico', cursive;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue