7 lines
75 B
CSS
7 lines
75 B
CSS
ul{
|
|
width:100%;
|
|
text-align: center;
|
|
}
|
|
ul li{
|
|
font-size: 40px;
|
|
} |