You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
408 B

2 weeks ago
.header{
background-image: -webkit-gradient(linear, left bottom, left top, from(#f1503b), color-stop(50%, #c82519));
background-image: -webkit-linear-gradient(bottom, #f1503b, #c82519 50%);
background-image: linear-gradient(0deg, #f1503b, #c82519 50%);
width: 100%;
height: 190px;
border-bottom-left-radius: 100%;
border-bottom-right-radius: 100%;
}
.nav{
margin-top: 10px;
}