File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff 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));
You can’t perform that action at this time.
0 commit comments