add project
This commit is contained in:
BIN
img/SS-logo.png
Normal file
BIN
img/SS-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
img/SS_icon.ico
Normal file
BIN
img/SS_icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
38
index.html
Normal file
38
index.html
Normal file
@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
|
||||
<head>
|
||||
<title>Sattoru Squad</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="img/SS_icon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="nav_rod">
|
||||
<nav>
|
||||
<div class="post-navigation">
|
||||
<img id="ss-logo" src="img/SS-logo.png" alt="SS_logo" width="50" height="50">
|
||||
</div>
|
||||
<div class="post-navigationn">
|
||||
<div class="navigation">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.1/dist/umd/popper.min.js"
|
||||
integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js"
|
||||
integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc"
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
52
style.css
Normal file
52
style.css
Normal file
@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user