Round forth corners
This commit is contained in:
parent
b4f9eca80b
commit
07df27fa48
|
@ -61,8 +61,8 @@ h2 {
|
|||
margin-right: auto;
|
||||
padding: 10px;
|
||||
width: 996px;
|
||||
-webkit-border-radius: 30px 30px 0 30px;
|
||||
border-radius: 30px 30px 0 30px;
|
||||
-webkit-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
-webkit-box-shadow: 0 0 5px 0 #333333;
|
||||
box-shadow: 0 0 5px 0 #333333;
|
||||
|
||||
|
@ -133,8 +133,8 @@ ul li {
|
|||
ul li:hover {
|
||||
background-color: #333;
|
||||
color: #eee;
|
||||
-webkit-border-radius: 10px 10px 0 10px;
|
||||
border-radius: 10px 10px 0 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
ul li:hover a {
|
||||
|
|
Loading…
Reference in New Issue