codiad/data/collaborative/text/74f9d1f373b31e36b320c5a6af2e87ea

34 lines
No EOL
562 B
Text
Executable file

s:553:"* {
box-sizing: border-box;
}
html{
font-size: calc(calc(0.5vh + 0.5vw) + 12px);
}
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
.button {
-webkit-transition-duration: 0.4s; /* Safari */
background-color: #1f2059; /* PIT Blue */
border: none;
border-radius: 5px;
box-shadow: 5px 5px 8px #000000;
color: white;
cursor: pointer;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
outline: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
transition-duration: 0.4s;
}";