CSS Display
Arrange your elements properly
li {
display: inline;
}
h1 {
visibility: hidden;
}Last updated
Was this helpful?
Arrange your elements properly
li {
display: inline;
}
h1 {
visibility: hidden;
}Last updated
Was this helpful?
Was this helpful?