mirror of
https://github.com/Redume/Kekkai-web.git
synced 2025-02-24 10:21:23 +03:00
Сделал кнопку для перехода на гитхаб
This commit is contained in:
parent
c8c701b643
commit
4a03a4c8d8
3 changed files with 47 additions and 0 deletions
|
@ -83,7 +83,37 @@ body {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.source-code-button-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.source-code-button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
background-color: #297BCD;
|
||||
border-radius: 12px;
|
||||
padding: 15px 25px;
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
transition: background-color 0.3s ease;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.source-code-button svg {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.source-code-button a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.source-code-button:hover {
|
||||
background-color: #2b6ea3;
|
||||
}
|
||||
|
||||
footer p{
|
||||
word-wrap: break-word;
|
||||
|
@ -115,6 +145,10 @@ footer a {
|
|||
min-height: 100%;
|
||||
}
|
||||
|
||||
.source-code-button {
|
||||
margin-bottom: 130px;
|
||||
}
|
||||
|
||||
footer {
|
||||
flex: 0 0 auto;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue