-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
76 lines (60 loc) · 1.05 KB
/
styles.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
p {
indent: 1px;
}
.background-container {
height: 100vh;
background-color: black;
background-size: cover;
background-repeat: no repeat;
background-position: top;
position: relative;
color: white;
}
.footer {
background-color: black
}
.label {
background-color: linearGradient(
to right,
#6699CC,
black),
}
.about-me {
margin: 15rem auto;
}
.about-me > p {
font: white;
}
.carousel-item > p {
align-content: center;
flex-wrap: inherit;
shape-image-threshold: initial;
width: 100%;
height: auto;
}
.centerPhoto > img {
align-content: center;
flex-wrap: inherit;
shape-image-threshold: initial;
width: 100%;
height: auto;
}
.projects > p {
border-left: 5rem;
border-top: 5rem;
}
.carousel-item > img {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%
}
.carousel-item > p {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%
}
.footer > label {
font: grey;
}