-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.css
113 lines (91 loc) · 1.51 KB
/
portfolio.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
105
106
107
108
109
110
111
112
113
.navbar {
background-color:#268263;
}
.nav-item {
text-align:center;
}
body {
background-color:#ccc;
font-family: 'Didact Gothic', sans-serif;
}
.icon {
height: 45px;
padding:10px;
}
footer {
position:fixed;
background-color: #e1e8e3;
width: 100%;
height: 120px;
padding: 20px;
bottom:0px;
margin: 20px 0px 0px 0px;
text-align: center
}
a {
color:white;
}
footer {
height:4%;
}
.display-4 {
margin-left:1%;
}
.lead {
margin-left:1%;
}
.row {
margin-right:0;
}
.page-info {
margin-top:5%;
margin-left:20%;
color:black;
background-color:#eee;
border-radius:1%;
opacity:0.8;
padding-bottom:5px;
}
/*Portfolio*/
.card-deck {
margin-right:0;
margin-left:10px;
margin-top:10px;
}
.card {
opacity:0.8;
}
iframe {
border-bottom:solid;
border-color:black;
}
.app-link {
color:black;
}
#portfolio-info {
margin-left:30%;
}
.jumbotron {
background-image:url("./Images/portfolio-background.jpg");
background-size:100% 100%;
background-repeat:no-repeat;
height:775px;
}
#portfolio-info {
margin-top:5%;
margin-left:0;
margin-right:60%;
background-color:#eee;
border-radius:1%;
background: rgba(204, 204, 204, 0.9);
padding-bottom:5px;
}
#oo-title {
margin-left:41%;
}
#misc-title {
margin-left:46%;
}
#other-container {
height:500px;
}