mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-09 11:25:25 +08:00
27 lines
441 B
CSS
27 lines
441 B
CSS
body {
|
|
background: #F0F0F0;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
#github-corner-link {
|
|
position: absolute;
|
|
width: 120px;
|
|
height: 120px;
|
|
top: -60px;
|
|
right: -60px;
|
|
border-radius: 50%;
|
|
background-color: #1BBC9B;
|
|
transition: background-color 0.2s ease-in;
|
|
}
|
|
|
|
#github-corner-link:hover {
|
|
background-color: rgba(27, 188, 155, 0.6);
|
|
}
|
|
|
|
#github-corner-link .github-logo {
|
|
position: absolute;
|
|
bottom: 18px;
|
|
left: 18px;
|
|
fill: white;
|
|
}
|