- cleaned up HTML using webhint results - added files to tools/ that were used to create the favicon master image - recreated more icons in SVG
32 lines
517 B
CSS
32 lines
517 B
CSS
body {
|
|
margin: 0;
|
|
height: 100%;
|
|
background-color: #004aa5;
|
|
}
|
|
|
|
div {
|
|
width: 60%;
|
|
margin: auto;
|
|
}
|
|
|
|
button {
|
|
position: relative;
|
|
top: 100px;
|
|
|
|
|
|
border: 8px solid cyan;
|
|
|
|
border-radius: 16px;
|
|
padding: 16px;
|
|
|
|
background-color: rgba(0, 0, 0, .75);
|
|
box-shadow: 0 0 16px lightcyan, 0 0 32px lightcyan, 0 0 32px cyan, 0 0 64px cyan, 0 0 64px darkcyan, 0 0 128px darkcyan;
|
|
|
|
}
|
|
|
|
img {
|
|
width: 384px;
|
|
height: 384px;
|
|
filter: invert(34%) sepia(78%) saturate(7014%) hue-rotate(316deg) brightness(125%) contrast(105%);
|
|
}
|