-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
85 lines (68 loc) · 1.36 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
body{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
padding-bottom:25px;
}
nav{
opacity: 0.8;
}
a:hover{
color:greenyellow !important;
}
.box-shadow{
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
section{
min-height: 800px;
border-bottom:1px solid lightgray;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.first-section{
background-color: white;
}
.second-section{
background-color:#e9ebee;
}
.third-section{
background-image: url(banner.jpg);
background-size:cover;
}
.center-text{
text-align: center;
}
.red{
color:#cd4541;
font-size: 40px;
text-align: center;
}
.typewrite .red{
font:40px;
}
.col-md{
justify-content: center;
display: flex;
}
.card{
margin-bottom: 25px;
box-shadow: 0 10px 40px rgba(59, 43, 91, 0.3);
}
.link-box{
display: flex;
justify-content: flex-end;
}
.history-box{
padding:10px;
background: rgba(255,255,255,0.9);
z-index:1;
box-shadow: 0 10px 40px rgba(59, 43, 91, 0.3);
border-color: 1px dotted lightgray;
border-radius: 25px;
text-align: center;
}