Felguk commited on
Commit
e3d17c0
·
verified ·
1 Parent(s): dabf3d1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +20 -1
index.html CHANGED
@@ -34,6 +34,21 @@
34
  backdrop-filter: blur(10px);
35
  z-index: 1000;
36
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  }
38
 
39
  .container {
@@ -249,7 +264,11 @@
249
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
250
  </head>
251
  <body>
252
- <div class="navbar">picture crrd</div>
 
 
 
 
253
 
254
  <!-- Параллакс-секция -->
255
  <div class="parallax" style="background-image: url('https://source.unsplash.com/1600x900/?nature,water');">
 
34
  backdrop-filter: blur(10px);
35
  z-index: 1000;
36
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
37
+ display: flex;
38
+ justify-content: space-between;
39
+ align-items: center;
40
+ }
41
+
42
+ .navbar a {
43
+ color: #007bff;
44
+ text-decoration: none;
45
+ font-size: 16px;
46
+ font-weight: 500;
47
+ transition: color 0.3s ease;
48
+ }
49
+
50
+ .navbar a:hover {
51
+ color: #0056b3;
52
  }
53
 
54
  .container {
 
264
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
265
  </head>
266
  <body>
267
+ <!-- Navbar с ссылкой -->
268
+ <div class="navbar">
269
+ <span>picture crrd</span>
270
+ <a href="https://felguk-picture-crrrd.static.hf.space/index.html#" target="_blank">Visit Project</a>
271
+ </div>
272
 
273
  <!-- Параллакс-секция -->
274
  <div class="parallax" style="background-image: url('https://source.unsplash.com/1600x900/?nature,water');">