File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "liveServer.settings.port" : 5501
3
+ }
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ <h1 style="text-align: center">Steps to be followed</h1>
126
126
< br />
127
127
< div style ="text-align: center ">
128
128
129
- < button type ="button " name ="button " id ="button " > < a
129
+ < button type ="button " name ="button " id ="button " class =" btn " > < a
130
130
href ="https://github.com/rakshit234/HacktoberFest2020 "
131
131
target ="_blank "
132
132
> Link to code.</ a
Original file line number Diff line number Diff line change 9
9
font-size : 80px ;
10
10
color : # da47cc ;
11
11
}
12
-
12
+ .btn {
13
+ color : # cc68b0 ;
14
+ border : 1px solid gray;
15
+ margin : 14px 0px ;
16
+ padding : 10px 10px ;
17
+ border-radius : 4px ;
18
+ background-color : rgb (9 33 55 );
19
+ }
13
20
h2 {
14
21
background-color : # 004992 ;
15
22
text-align : center;
39
46
}
40
47
41
48
a : hover {
42
- color : yellow ;
49
+ color : # fff ;
43
50
text-decoration : none;
44
51
}
45
52
.list-style {
You can’t perform that action at this time.
0 commit comments