Compare commits

..

No commits in common. "8b1e93b23477993850483bd4b0fa1d2a723a9777" and "6eb4796ff456aab91839445793a1d59accd98187" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
# сурсы моего сайта xdd
## Ещё одна моя страничка [semka.w10.site](http://catmpeg.github.io/semka.w10.site)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Before After
Before After

View file

@ -70,9 +70,9 @@ a {
.block {
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.1);
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.h1-404 {
@ -94,7 +94,7 @@ label {
width: 500px;
resize: none;
color: #ddd;
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.1);
border: none;
border-radius: 5px;
padding: 5px;