-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (88 loc) · 1.69 KB
/
Copy pathstyle.css
File metadata and controls
111 lines (88 loc) · 1.69 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
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
/* You can add custom CSS and extend Boostrap styles in this file. Remember, Bootstrap is just CSS at the end of the day! */
* {
}
#hero-section {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/tower.jpg");
height: 75%;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
nav {
background-color: #8EDCE6;
color: #8EDCE6;
}
#mission-section {
height: auto;
background-color: #8EDCE6;
}
#hero-section img {
border: rgba(0, 0, 0, 0.5) solid 30px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
max-width: 60%;
max-height: 60%;
background-color: #8EDCE6;
}
body, html {
height: 100%;
}
.hero-text {
text-align: center;
position: absolute;
top: 80%;
left: 50%;
transform: translate(-50%, -50%);
color: lavender;
}
h2, h3, h4 {
text-align: center;
padding: 50px;
}
.footer-section {
background-color: black;
}
#skills-section .CSS img {
max-width: 37%;
}
#skills-section .HTML img {
max-width: 52%;
}
#skills-section .BootStrap img {
max-width: 65%;
}
#skills-section .JS img {
max-width: 82%;
}
#skills-section {
background-color: #8EDCE6;
}
#contact-section {
background-color: #8EDCE6;
height: 20%;
}
#footer-section {
background-color: #A7B0CA;
}
#navbar {
padding: 0px;
color:#A7B0CA;
background-color: #A7B0CA;
border-color: #A7B0CA;
}
.container-fluid {
color:#A7B0CA;
background-color: #A7B0CA;
border-color: #A7B0CA;
}
a:hover {color: #725E54;}
a { color: #A7B0CA; text-decoration: none;}
#skills-section p {
padding: 20px;
font-size: 15px;
}