commit 333a0ba6a8671347eddff6fe66a985b3af64faa2 Author: Eugene Date: Thu Apr 1 10:43:51 2021 +0500 add project diff --git a/img/1.jpg b/img/1.jpg new file mode 100644 index 0000000..65db5b3 Binary files /dev/null and b/img/1.jpg differ diff --git a/img/SS-logo.png b/img/SS-logo.png new file mode 100644 index 0000000..3119704 Binary files /dev/null and b/img/SS-logo.png differ diff --git a/img/SS_icon.ico b/img/SS_icon.ico new file mode 100644 index 0000000..c89c2e4 Binary files /dev/null and b/img/SS_icon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..c252147 --- /dev/null +++ b/index.html @@ -0,0 +1,38 @@ + + + + + Sattoru Squad + + + + + + + + +
+ + +
+ + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..4dcdaf7 --- /dev/null +++ b/style.css @@ -0,0 +1,52 @@ +body { + background-image: url(img/1.jpg); + background-size: cover; +} +.container { +margin: 0; +padding: 0; + +} +nav { + top: 0px; +} +.nav_rod { + width: 1920px; + margin: 0; + padding: 0; + position: sticky; + backdrop-filter: blur(8px); + top: 0px; +} +.post-navigationn { + width: 1920px; + opacity: 0.5; + top: 0px; + align-items: center; +} +.navigation { + + background: rgb(200,200,200); + height: 50px; + width: 960px; + border-radius: 0px 0px 8px 8px; + opacity: 0.5; + top: 0px; + margin-left: 25%; + box-sizing: content-box; +} +.post-navigation { + + width: 1920px; + height: 60px; + background: rgb(0, 0, 0); + margin-left: 0; + text-align: center; + top: 0px; +} + +#ss-logo { + text-align: center; + margin-top: 5px; + +}