Skip to content

Instantly share code, notes, and snippets.

View satansdeer's full-sized avatar
🚜
Traktor-schooling

Maksim Ivanov satansdeer

🚜
Traktor-schooling
View GitHub Profile
.spacer {
height: 200px;
width: 100%;
padding: 0 46px;
color: grey;
}
.container {
padding-left: 40px;
padding-right: 40px;
max-width: 900px;
}
.title {
padding: 6px;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
.panel {
z-index: 10;
position: absolute;
bottom: -10px;
left: 60px;
background: white;
width: 200px;
padding: 6px;
transform: translateY(100%);
border-radius: 4px;
.centeredFlex {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}