# Frontend Styles
###### tags: `Frontend`
i guess you could use this as background for the post detail container:
```css=1
background-image: linear-gradient(170deg, rgb(255, 255, 255), #cde9f0c9);
box-shadow: 0px 0px 10px 1px rgba(128, 128, 128, 0.459);
border-radius: 5px;
```
### Fonts
```css
"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
```

[and this font was used for the nav links](https://fonts.google.com/specimen/Baloo+Tamma+2)