-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
69 lines (62 loc) · 1.22 KB
/
Copy pathstyle.css
File metadata and controls
69 lines (62 loc) · 1.22 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
.navbar-toggler {
background-color: #fd7e14;
}
section {
min-height: 450px;
}
#home {
background-image: url(/assets/leaf.jpg);
background-color: #ff933aab;
background-blend-mode: lighten;
margin-top: 91px;
}
.progress-bar {
background-color: #fd7d14;
}
/* DIV MAX WIDTHS & CENTER */
.about, .skills, .portfolio, .blog, .contact, .footer {
max-width: 990px;
margin-left: auto;
margin-right: auto;
}
/* SECTION BACKGROUND COLOR */
#about, #portfolio, #contact, .card {
background-color: #fed652;
}
body, .navbar {
background-color: #fff8e2;
}
/* SET YELLOW BOX SIZES */
.yellow-box {
width: 215px;
height: 58px;
}
/* GRID BOX SIZE AND STYLING */
.orange-box {
border: 1px solid #fd7d14;
border-radius: 10px;
width: 275px;
height: 275px;
background-color: #fd7d14;
}
.autumn-img {
border-radius: 10px;
}
.orange-box:hover {
background-color: #00000081;
background-blend-mode: darken;
}
/* CONTACT STYLING */
fieldset {
background-color: #fd7e14;
border-radius: 10px;
padding: 15px;
margin: 10px;
}
.address, .mobile, .email {
background-color: #fd7e14;
border-radius: 10px;
padding: 15px;
margin: 10px;
min-height: 30.5%;
}