-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
53 lines (43 loc) · 812 Bytes
/
style.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
body {
font-family: "Shadows Into Light", Monaco, monospace;
font-size: 1.5em;
text-align: center;
background: #d3cce3; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #d3cce3, #e9e4f0); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #d3cce3, #e9e4f0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.title {
padding: 200px;
height: 500px;
}
#about {
padding: 0 0 50px 0;
}
.dash {
border-top: dashed 2px;
}
.card-img {
height: 80%;
width: 100%;
padding: 50px 0;
}
.links {
padding: 10px;
}
.icon {
width: 50px;
height: 50px;
}
#contact {
padding: 50px 0 50px 0;
}
.icons {
height: 150px;
}
#exampleInputContent {
height: 100px;
}
.btn {
background-color: #3A3259;
border: none;
}