sr2ini/tools/Icon Template/tmp.css
Tobias 911effe72c - tidied up CSS using results from csslint
- cleaned up HTML using webhint results
- added files to tools/ that were used to create the favicon master image
- recreated more icons in SVG
2023-03-02 13:58:16 +01:00

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%);
}