Skip to content

Commit 312fb26

Browse files
Update index.html and style.css for improved content and styling
- Changed page title and header to "Developer Fundamentals" - Updated introductory text for clarity - Added external links to articles with styled buttons - Centered header text and adjusted footer alignment - Enhanced button styles for better user interaction
1 parent a6a9700 commit 312fb26

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@ article {
9898
button,
9999
.button {
100100
display: inline-block;
101-
background-color: rgb(134, 134, 143);
102-
color: white;
101+
background-color: rgb(247, 247, 247);
102+
color: rgb(0, 0, 0);
103103
padding: 10px 20px;
104-
border: none;
104+
105105
cursor: pointer;
106106
text-decoration: none;
107107
transition: 0.3s;
108108
}
109109

110110
button:hover,
111111
.button:hover {
112-
background-color: rgb(97, 97, 145);
112+
background-color: rgb(163, 163, 179);
113113
transform: scale(1.05);
114114
}

0 commit comments

Comments
 (0)