Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <--Produk-->
- .product {
- text-align: center;
- margin-bottom: 20px;
- }
- .product h1 {
- margin-top: 40px;
- color: #181818;
- margin-bottom: 50px;
- }
- .product-list {
- justify-content: center;
- display: flex;
- }
- .col-product {
- margin-top: 30px;
- margin: 10px;
- padding: 10px;
- border-radius: 15px;
- transition: transform .2s;
- }
- .col-product:hover {
- transform: scale(1.1);
- }
- .col-product img {
- width: 200px;
- border-radius: 50%;
- }
- .col-product p {
- padding-top: 10px;
- text-align: center;
- width: 100%;
- background-color: white;
- color: #181818;
- font-weight: bold;
- }
- <--Form-->
- .kontak {
- color: #181818;
- text-align: center;
- margin-top: 70px;
- margin-bottom: 60px;
- }
- .form-kontak {
- width: 100%;
- border: none;
- border-bottom: 2px solid #181818;
- outline: none;
- }
- .row-form {
- margin: 20px auto;
- width: 50%;
- }
- .col-form h3 {
- text-align: left;
- margin-top: 20px;
- margin-bottom: 10px;
- color: #181818;
- }
- .col-form,
- .form-kontak h3 {
- margin: 10px;
- text-align: end;
- }
- .btn-kirim {
- margin-top: 40px;
- text-align: center;
- padding: 10px;
- width: 100%;
- background-color: white;
- color: #181818;
- border-radius: 10px;
- font-weight: bold;
- border: none;
- }
- .btn-kirim:hover {
- cursor: pointer;
- background-color: #181818;
- color: white;
- transition: .3s ease-in-out;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement