-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
104 lines (85 loc) · 1.4 KB
/
styles.css
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
html,
body {
height: 100%;
font-size: 1rem;
font-family: 'Montserrat', sans-serif;
}
h1 {
margin: 40px auto 0 auto;
font-size: 90px;
text-align: center;
}
h3 {
margin: 40px auto 0 auto;
font-size: 40px;
text-align: center;
}
p {
line-height: 2;
}
hr {
border: dotted #eaf6f6 6px;
border-bottom: none;
width: 4%;
margin: 100px auto;
}
.profile {
margin: 100px 0;
}
.paragraph {
width: 50%;
margin: auto;
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
}
.gradient {
background: rgb(233, 174, 238);
background: linear-gradient(130deg, rgba(233, 174, 238, 1) 0%, rgba(233, 223, 148, 1) 76%);
}
.page-header {
margin-top: 0px;
font-size: 1.25rem;
position: relative;
padding-top: 100px;
}
.feature-ul {
padding-left: 2rem;
list-style-type: circle;
line-height: 2rem;
margin-bottom: 2rem;
}
.image {
width: 50%;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
}
.stack {
padding-top: 50px;
}
.resource-title {
padding-top: 100px;
padding-bottom: 30px;
}
.resource-p {
margin: 3em auto 4em;
font-size: 1.2em;
}
.footer {
padding-top: 0px;
}
.copyright {
font-size: 0.75rem;
padding: 60px 0;
}
.button {
width: 100%
}
.bottom {
padding-bottom: 100px;
}
.certificate {
padding-top: 100px;
}