KIT&GO intro, module 1

This commit is contained in:
2021-09-13 08:37:05 +02:00
parent b7ba1d105f
commit 498b9ab780
412 changed files with 121753 additions and 320 deletions

View File

@@ -55,7 +55,7 @@ p {
.container {
margin: auto;
max-width: 1000px;
max-width: 1020px;
}
.cap {
@@ -65,4 +65,21 @@ p {
a {
text-decoration: none;
color: $brandblue;
}
button {
font-family: $brandfont;
padding: 10px;
border-radius: 17px;
padding-left: 20px;
padding-right: 20px;
border: 0;
text-transform: uppercase;
letter-spacing: 2px;
cursor: pointer;
font-size: 1em;
}
button:hover {
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}