-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
96 lines (85 loc) · 1.37 KB
/
style.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
html {
height: 100%;
width: 100%;
}
#top {
box-shadow: 2px 10px red;
}
#content2 {
margin-top:15vh;
}
#content2 button {
background:none;
height: 150px;
width: 150px;
margin-right:auto;
margin-left:auto;
padding:0;
border:none;
}
#infoModal {
--bs-modal-bg: rgb(61, 61, 61);
--bs-modal-color: rgb(228, 228, 228);
}
#credits {
margin:5px;
margin-right:10px;
font-size: 15px;
transition: all .2s ease-in-out;
}
#credits:hover {
font-size:25px;
transition:scale(1.1);
}
.col img{
height: 150px;
width:150px;
margin:none;
padding:none;
object-fit: fill;
}
#header {
position:sticky;
height:100px;
width:100%;
display:flex;
flex-direction:row;
background-color: #3177a5;
}
#roslynLogo {
/* background-color:rgb(0, 0, 0); */
width:90px;
height:90px;
margin:5px;
/* box-shadow: 3px 3px 20px rgba(0, 0, 0, 1); */
}
#headText {
color: rgba(236, 236, 236, 0.8);
}
#quoteCarousel {
height:50vh;
width:100%;
background-color: rgb(61, 61, 61);
}
.person-image {
height:50vh;
width: 100%;
}
.active, .carousel-item{
height:65vh;
width:100%;
}
.carousel-caption {
margin-left:auto;
margin-right:auto;
width:50%;
}
.carousel-item img {
object-fit: contain;
}
div .carousel-caption {
border-radius:15px;
color:rgb(228, 228, 228);
background-color: rgb(54, 54, 54);
box-shadow: 3px 3px 20px rgba(0, 0, 0, 1);
}