File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 8
8
scroll-behavior : smooth;
9
9
}
10
10
body {
11
- background : # 080808 ;
12
- color : # fff ;
11
+ background : lightcyan ;
12
+ color : black ;
13
13
}
14
14
15
15
.contact-left {
@@ -35,28 +35,32 @@ body{
35
35
text-decoration : none;
36
36
font-size : 30px ;
37
37
margin-right : 15px ;
38
- color : # ababab ;
38
+ color : blue ;
39
39
display : inline-block;
40
40
transition : transform 0.5s ;
41
41
}
42
42
.social-icon a : hover {
43
- color : # ff004f ;
43
+ color : yellowgreen ;
44
44
transform : translateY (-5px );
45
45
}
46
46
.btn .btn2 {
47
47
display : inline-block;
48
- background : # ff004f ;
48
+ background : blueviolet ;
49
49
border-radius : 14px ;
50
50
color : white;
51
51
}
52
+ .btn .btn2 : hover {
53
+ background-color : # ff004f ;
54
+ }
55
+
52
56
.contact-right form {
53
57
width : 100% ;
54
58
}
55
59
form input , form textarea {
56
60
width : 100% ;
57
61
border : 0 ;
58
62
outline : none;
59
- background : # 262626 ;
63
+ background : rgb ( 232 , 210 , 238 ) ;
60
64
padding : 15px ;
61
65
margin : 15px 0 ;
62
66
color : # fff ;
@@ -79,4 +83,4 @@ form .btn2{
79
83
}
80
84
.copyright i {
81
85
color : # ff004f ;
82
- }
86
+ }
You can’t perform that action at this time.
0 commit comments