fitrah1812

Untitled

Oct 14th, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.97 KB | None | 0 0
  1. body{
  2.     background: -webkit-linear-gradient(left, #f17d6d, #00c6ff);
  3. }
  4. .contact-form{
  5.     background: #fff;
  6.     margin-top: 10%;
  7.     margin-bottom: 5%;
  8.     width: 70%;
  9. }
  10. .contact-form .form-control{
  11.     border-radius:1rem;
  12. }
  13. .contact-image{
  14.     text-align: center;
  15. }
  16. .contact-image img{
  17.     border-radius: 6rem;
  18.     width: 11%;
  19.     margin-top: -3%;
  20.     transform: rotate(29deg);
  21. }
  22. .contact-form form{
  23.     padding: 14%;
  24. }
  25. .contact-form form .row{
  26.     margin-bottom: -7%;
  27. }
  28. .contact-form h3{
  29.     margin-bottom: 8%;
  30.     margin-top: -10%;
  31.     text-align: center;
  32.     color: #0062cc;
  33. }
  34. .contact-form .btnContact {
  35.     width: 50%;
  36.     border: none;
  37.     border-radius: 1rem;
  38.     padding: 1.5%;
  39.     background: #0056f5;
  40.     font-weight: 600;
  41.     color: #fff;
  42.     cursor: pointer;
  43. }
  44. .btnContactSubmit
  45. {
  46.     width: 50%;
  47.     border-radius: 1rem;
  48.     padding: 1.5%;
  49.     color: #fff;
  50.     background-color: #769dc7;
  51.     border: none;
  52.     cursor: pointer;
  53. }
Advertisement
Add Comment
Please, Sign In to add comment