Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-family: "Lato", sans-serif;
- }
- main {
- margin: 50px auto;
- max-width: 1060px;
- padding: 0 10px;
- }
- h2 {
- color: #234465;
- margin: 10px;
- }
- p {
- font-size: 16px;
- color: #333333;
- letter-spacing: 0;
- width: 800px;
- }
- img {
- text-align: left;
- width: 180px;
- height: 100px;
- margin: 10px 50px 0 0;
- }
- body {
- font-family: "Lato", sans-serif;
- color: #ffffff;
- padding: 0;
- margin: 0;
- }
- .container {
- text-align: center;
- padding: 0 10px;
- background: url(background-image.jpg) no-repeat center center;
- background-size: cover;
- height: 800px;
- text-align: center;
- }
- h1 {
- font-size: 80px;
- padding: 80px 0;
- letter-spacing: 8px;
- text-transform: uppercase;
- }
- button {
- color: rgb(255, 255, 255);
- background: none;
- border: 5px solid #ffffff;
- border-radius: 15px;
- padding: 15px 45px;
- font-size: 16px;
- }
- button:hover {
- background: #000;
- border-color: #000;
- cursor: pointer;
- }
- .container p {
- font-size: 27px;
- font-weight: 100;
- margin: 20px;
- color: white;
- text-align: center;
- }
- footer {
- background-color: rgb(0, 0, 0);
- }
- footer p {
- color: #ffffff;
- font-size: 14px;
- height: 80px;
- margin: 0;
- }
Add Comment
Please, Sign In to add comment