Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- padding: 0;
- margin: 0;
- font-family: 'Lato';
- font-style: normal;
- font-weight: 300;
- font-size: 16px;
- }
- header, footer {
- background-color: #2A3F52;
- color: rgb(255, 255, 255);
- }
- header {
- height: 550px;
- }
- h1 {
- text-transform: uppercase;
- }
- li {
- list-style-type: none;
- display: inline;
- }
- li a {
- text-decoration: none;
- color: rgb(255, 255, 255);
- font-size: 20px;
- }
- h1 {
- text-align: center;
- clear: both;
- font-size: 50px;
- font-weight: 100;
- margin-top: 130px;
- }
- .date-place {
- float: right;
- color: #5A716A;
- padding-right: 20px;
- }
- h2 {
- text-align: center;
- color: #5A716A;
- font-size: 35px;
- }
- .button {
- border: 1px solid rgb(255, 255, 255);
- color: rgb(255, 255, 255);
- background-color: transparent;
- margin: 0 auto;
- display: table;
- margin-top: 90px;
- text-decoration: none;
- padding: 20px;
- border-radius: 5px;
- }
- .button:hover {
- cursor: pointer;
- color: #2A3F52;
- background-color: rgb(255, 255, 255);
- }
- ul p {
- clear: both;
- width: 21%;
- }
- main {
- background-color: rgb(255, 255, 255);
- margin-top: 150px;
- margin-bottom: 150px;
- }
- .centered-p {
- text-align: center;
- font-size: 17px;
- max-width: 948px;
- margin: 0 auto;
- }
- main ul li {
- display: inline-block;
- max-width: 33%;
- }
- main li, main p, main h3 {
- color: #ADB7BC ;
- }
- header nav li a {
- text-transform: uppercase;
- padding-right: 20px;
- color: #5A716A;
- }
- header nav {
- padding-top: 10px
- }
- section {
- display: inline-block;
- margin-right: 70px;
- margin-left: 89px;
- }
- main p {
- max-width: 280px;
- }
- footer li a {
- padding-right: 20px;
- }
- footer nav {
- display: table;
- float: right;
- }
- footer {
- padding: 75px;
- }
- footer p {
- font-size: 25px;
- font-weight: 100;
- float: left;
- margin: 10px;
- }
- footer ul {
- float: right;
- }
Add Comment
Please, Sign In to add comment