This website works better with JavaScript
Home
Explore
Help
Sign In
fgm
/
htmx-demo
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
ch05-htmx-patterns
Branches
Tags
ch01-contacts_app
ch03-a_web_1.0_application
ch04-extending-html
ch05-htmx-patterns
main
htmx-demo
/
web
/
public
/
styles.css
styles.css
107 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
10
11
nav ul, nav li {
padding: 0;
}
nav li {
display: inline;
}
button > ul {
text-align: left;
}