Skip to content

Commit a846b51

Browse files
Add files via upload
1 parent 9db7f45 commit a846b51

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Lesson 5-6/Project/css/style.css

+17-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ nav a {
7070
margin-right: 48px;
7171
}
7272

73+
nav a:hover {
74+
color: #ff8d2d;
75+
}
76+
7377
.navigation :last-child {
7478
margin: 0;
7579
}
@@ -476,6 +480,10 @@ footer p {
476480
color: #cccccc;
477481
}
478482

483+
.one_link a:hover {
484+
color: black;
485+
}
486+
479487
.social_media_section {
480488
display: flex;
481489
justify-content: space-between;
@@ -508,6 +516,14 @@ footer p {
508516
margin-bottom: 30px;
509517
}
510518

519+
input:focus {
520+
outline: none;
521+
}
522+
523+
textarea:focus {
524+
outline: none;
525+
}
526+
511527
.form_lines :last-child input {
512528
margin-bottom: 0;
513529
}
@@ -556,10 +572,10 @@ button {
556572
padding: 15px 32px;
557573
cursor: pointer;
558574
border-radius: 4px;
575+
border: 2px solid #ff8d2d;
559576
}
560577

561578
button:hover {
562579
background-color: #ffffff;
563580
color: #ff8d2d;
564-
box-shadow: 0 0 0 2px #ff8d2d;
565581
}

0 commit comments

Comments
 (0)