If someone would like to add a Table of Content with a standard layout, then there is also the option toc_float
.
---
title: "MyTitle"
output:
html_document:
toc: true
toc_float: true
---
This is a quick solution (but not as custamizable as the solution with the CSS file)