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.
11 lines
234 B
11 lines
234 B
3 months ago
|
/* Style for the Add a New Element challenge (see dom.html) */
|
||
|
|
||
|
.horizontalmenu {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
|
||
|
font-size: 16px;
|
||
|
padding-right: 20px;
|
||
|
}
|