Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-family: Arial, Helvetica, sans-serif;
- }
- main {
- width: 1060px;
- /* position: relative; */
- margin: 200px 430px;
- }
- article, section {
- display: inline-block;
- }
- article {
- width: 460px;
- height: 400px;
- background-color: #ebe7e7;
- border-top-left-radius: 10px;
- border-bottom-left-radius: 10px;
- padding: 50px 40px;
- }
- .title {
- font-size: 12px;
- font-weight: bold;
- margin-bottom: 10px;
- }
- .description {
- padding: 30px 0;
- line-height: 1.5;
- color: rgb(150, 148, 148);
- }
- button {
- padding: 10px 18px;
- border-radius: 4px;
- border: none;
- }
- .contact_btn {
- background-color: #8371c4;
- color: white;
- font-weight: bold;
- margin-right: 12px;
- }
- .learn_btn {
- background-color: #ebe7e7;
- font-weight: bold;
- color: black;
- border: 1px solid black;
- }
- section {
- width: 600px;
- height: 400px;
- background-color: #ebe7e7;
- position: absolute;
- border-top-right-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .image {
- width: 300px;
- height: 30px;
- position: relative;
- top: 90px;
- left: 220px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement