Compare commits

..

2 commits

Author SHA1 Message Date
8b1e93b234
readme 2026-02-24 17:23:33 +03:00
32ba63fbee new design x2 2026-02-24 15:44:27 +03:00
3 changed files with 4 additions and 4 deletions

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

Before After
Before After

View file

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