bootstrap

This commit is contained in:
DerTyp187
2021-11-21 14:22:56 +01:00
parent e7438643ff
commit 68b49fe878
54 changed files with 60362 additions and 427 deletions

View File

@@ -0,0 +1,20 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
font-family: 'Roboto', sans-serif;
color: white;
}
.nav-link{
font-weight: bold;
font-size: 13pt;
transition: 0.1s;
transition-timing-function: linear;
letter-spacing: 2px;
margin-left: 5px;
}
.nav-link:hover{
color:rgb(21, 200, 132) !important;
}