Skip to content

Commit bbe65db

Browse files
authored
Merge pull request #14 from salistack/task5
Task5: update HTML link and move css to assests
2 parents 6d554ec + 3bae504 commit bbe65db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
66
<title>About - DevOps Roadmap</title>
7-
<link rel="stylesheet" href="style.css" />
7+
<link rel="stylesheet" href="assets/css/style.css" />
88
<style>
99
/* Inline styles for better image layout */
1010
.hero-img { max-width: 100%; height: 300px;; border-radius: 12px; margin: 1rem 0 1.5rem; box-shadow: 0 8px 32px rgba(0,0,0,0.3); }

0 commit comments

Comments
 (0)