Navigation
Home
About me

About me

Hello!
I'm NAME.
This is my new website. However, it is still very much a work in progress.

@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url(/fonts/roboto.ttf) format('truetype'); } .container-row { width: 100%; height: 100%; margin: auto; padding: 0px; } .container-navi { width: 15%; float: left; padding: 10px; } .container-content { margin-left: 17%; height: 100%; padding: 10px; } body,p { font-family: 'Roboto', sans-serif; font-size: 16px; background-color: #282a36; color: #d9d9d9; } h1,h2,h3 { font-weight: bold; } h1 { font-size: 2.0em; } h2 { font-size: 1.8em; } h3 { font-size: 1.6em; } a,a:visited { color:yellow; } @media (max-width: 768px) { .container-row { display: flex; flex-direction: column; padding: 0; } .container-navi { width: 100%; float: none; margin: 0; } .container-content { width: 100%; margin: 0; } }