Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- li {
- display: inline;
- padding-right: 50px;
- }
- nav {
- margin-bottom: 100px;
- }
- h2 {
- text-align: center;
- margin-top: 50px;
- margin-bottom: 50px;
- }
- .contact-header {
- display: inline;
- }
- input,
- textarea {
- display: block;
- margin: 0 auto;
- width: 50%;
- padding: 10px;
- margin-bottom: 25px;
- }
- .carousel {
- border: 1px solid red;
- background-color: gray;
- }
- .article {
- display: flex;
- justify-content: space-between;
- }
- /* Mobile Styles */
- @media only screen and (max-width: 960px) {
- .carousel, .article {
- display: none;
- }
- h2 {
- font-size: 30px;
- }
- .contact-header {
- text-align: center;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment