Compare commits
2 Commits
f50cce96c2
...
3faca68664
Author | SHA1 | Date | |
---|---|---|---|
3faca68664 | |||
4b96d2e086 |
|
@ -22,6 +22,7 @@
|
||||||
Reserve E-Mail: <a href="mailto:ch1c0ry@proton.me">ch1c0ry@proton.me</a><br>
|
Reserve E-Mail: <a href="mailto:ch1c0ry@proton.me">ch1c0ry@proton.me</a><br>
|
||||||
Reserve E-Mail: <a href="mailto:chicory@disroot.org">chicory@disroot.org</a><br>
|
Reserve E-Mail: <a href="mailto:chicory@disroot.org">chicory@disroot.org</a><br>
|
||||||
Reserve XMPP: <a href="xmpp:chicory@disroot.org">chicory@disroot.org</a><br>
|
Reserve XMPP: <a href="xmpp:chicory@disroot.org">chicory@disroot.org</a><br>
|
||||||
|
DockerHub: <a href="https://hub.docker.com/u/ch1c0ry">https://hub.docker.com/u/ch1c0ry</a><br>
|
||||||
Stepik: <a href="https://stepik.org/users/390276134" target="_blank">@Chicory</a><br>
|
Stepik: <a href="https://stepik.org/users/390276134" target="_blank">@Chicory</a><br>
|
||||||
CodeWars: <a href="https://www.codewars.com/users/ch1c0ry" target="_blank">@ch1c0ry</a><br>
|
CodeWars: <a href="https://www.codewars.com/users/ch1c0ry" target="_blank">@ch1c0ry</a><br>
|
||||||
<b>chicory@fossee:~/Accounts $</b> <a href="index.html">go_home</a> <span class="blink">_</span><br>
|
<b>chicory@fossee:~/Accounts $</b> <a href="index.html">go_home</a> <span class="blink">_</span><br>
|
||||||
|
|
|
@ -27,7 +27,8 @@ b{
|
||||||
box-shadow: 0 0 10px rgba(0,0,0,0.5);
|
box-shadow: 0 0 10px rgba(0,0,0,0.5);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border: 2px solid #2e333f;
|
border: 2px solid #2e333f;
|
||||||
width: 480px;
|
max-width: 480px;
|
||||||
|
min-width: 380px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -72,9 +73,9 @@ b{
|
||||||
50%{ color: transparent; }
|
50%{ color: transparent; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 480px) {
|
||||||
body {
|
body {
|
||||||
padding: 15px;
|
padding: 5px;
|
||||||
margin-top: 15px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user