Skip to content

Commit

Permalink
Update new1.css
Browse files Browse the repository at this point in the history
  • Loading branch information
messiah222 authored Oct 17, 2024
1 parent c13e720 commit f93d7f7
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions serv-cards/new1.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
}
}

.contactimage{
display: block;
Expand Down Expand Up @@ -126,6 +126,19 @@

}

.clipboard{
background: #fff ;
text-align: center;
margin-top: 20px;
padding: 10px;
font-weight: bold;
}
.clipboard button{
font-weight: bolder;
margin-left: 5px;
background: gold;
border-radius: 4px;
}

.v{
background: #9db;
Expand Down Expand Up @@ -178,7 +191,7 @@ b{background-color: black;}
.form .tobuy:hover{
background-color: black;
}
input[type=number], select{
input[type=number],[type=text],[type=tel],[type=date], select{
width: 80%;
padding: 12px 20px;
margin: 8px 2px 3px 7px;
Expand Down Expand Up @@ -293,4 +306,15 @@ margin-bottom: 40px;
display: table;
clear: both;
}
.clipboard{

margin-top: 20px;
padding: 50px;

}
.clipboard button{
position: relative;
margin-top: 20px;
left: 0%;
}
}

0 comments on commit f93d7f7

Please sign in to comment.