Skip to content

Commit ab28e5c

Browse files
Update style.css
1 parent 4553f53 commit ab28e5c

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

style.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@ nav ul li a:hover::after{
296296
transition: 0.5s;
297297
}
298298

299+
.btn.btn2{
300+
background: none;
301+
}
302+
299303
.btn:hover{
300304
background: #ff004f;
301305
}
@@ -304,9 +308,25 @@ nav ul li a:hover::after{
304308
}
305309

306310
.contact-right{
307-
background-color: #b54769;
311+
/* background-color: #b54769; */
308312
flex-basis:60%
309313
}
314+
315+
.contact-right form{
316+
width: 100%;
317+
}
318+
319+
form input, form textarea{
320+
width: 100%;
321+
border: 0;
322+
outline: none;
323+
background: #262626;
324+
padding: 15px;
325+
margin: 15px 0;
326+
color: #fff;
327+
font-size: 18px;
328+
border-radius: 6px;
329+
}
310330
/* #portfolioprojects .container div{
311331
display: grid;
312332
grid-template-columns: repeat(auto-fit,minmax(250px,1fr));

0 commit comments

Comments
 (0)