-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
107 lines (86 loc) · 1.48 KB
/
index.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
.navbar {
background-color:#268263;
}
.nav-item {
text-align: center;
}
body {
/* background-image:url("./Images/portfolio-pic.jpg");
background-size: cover;
background-repeat: no-repeat; */
background-color:#ccc;
font-family: 'Didact Gothic', sans-serif;
}
.icon {
height: 45px;
padding:10px;
}
footer {
position:fixed;
background-color: #e1e8e3;
width: 100%;
height:4%;
padding: 9px;
bottom:0px;
margin: 20px 0px 0px 0px;
text-align: center
}
a {
color:white;
}
#headshot {
border-radius:50%;
margin: auto;
}
#description {
background-color:#eee;
color:black;
border-radius:1%;
background: rgba(204, 204, 204, 0.9);
padding-bottom:5px;
margin-top:1%;
}
.jumbotron {
background-image:url("./Images/portfolio-pic.jpg");
background-size: 100% 100%;
background-repeat: no-repeat;
height:60%;
}
.display-4 {
margin-left:1%;
}
.lead {
margin-left:1%;
}
.row {
margin-right:0;
}
#about-info {
margin-left:20%;
margin-top:5%;
}
/* form stuff*/
form {
max-width:515px;
}
#contact-form {
height:375px;
color:black;
}
textarea {
margin-right:7%;
border-radius:2%;
width:100%;
}
#form-message {
margin-left:2%
}
.button-wrap {
text-align:right;
}
#submit-button {
width:40%;
}
#contact-container {
max-width:550px;
}