-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
25 lines (21 loc) · 1.19 KB
/
style.css
File metadata and controls
25 lines (21 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
----- Colors used -----
purple: rgb(97, 75, 167)
green: rgb(67, 185, 139)
white: rgb(255, 255, 255)
grey: rgb(88, 88, 90)
*/
* { margin: 0; padding: 0; -webkit-appearance: none; outline: 0; }
img { max-width: 100%; height: auto; text-decoration: none; border: 0px; }
body { font-family: 'Montserrat'; font-size: 16px; color: rgb(88, 88, 90); background-color: rgb(255, 255, 255); }
h1 { font-size: 60px; line-height: 1.5em; }
h2 { font-size: 28px; line-height: 1.5em; font-weight: 300; font-style: italic; }
h3 { font-size: 24px; line-height: 1.5em; color: rgb(67, 185, 139); text-transform: uppercase; }
h4 { font-size: 18px; line-height: 2em; color: rgb(97, 75, 167); text-transform: uppercase; padding-top: 20px; }
p { font-style: italic; }
section { margin: 30px 0; }
section#intro { text-align: center; background-color: rgb(67, 185, 139); color: rgb(255, 255, 255); padding: 80px 0; border-radius: 20px; }
div.wrapper { width: 960px; margin: 0 auto; }
a.inline-block { position: relative; display: inline-block; text-decoration: none; padding: 15px 25px; margin: 15px 20px; background-color: rgb(97, 75, 167); color: rgb(255, 255, 255);
-webkit-transform: translateZ(0); transform: translateZ(0);
}