-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
92 lines (67 loc) · 1.13 KB
/
styles.css
File metadata and controls
92 lines (67 loc) · 1.13 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
/* css styles */
html, body { height: 100%; }
.subtitle{
color:gray;
width: 500px;
}
.subtitle::first-line{
color:cornflowerblue;
}
p {
width 700px;
}
#quarto-content {
display: flex;
align-items: center;
justify-content: center;
}
div.quarto-about-trestles {
position: relative;
width: 1300px;
}
element.style {
width: 15em;
}
.rounded {
border-radius: 1rem !important;
}
.bi-house-door-fill {
font-size: 1.7em;
}
.navbar-nav {
display: flex; /* establish flex container */
align-items: center; /* center ul container vertically */
justify-content: center; /* center ul container horizontally (optional) */
}
.fa-2x {
font-size: 2em;
margin-right: 10px;
vertical-align: middle;
}
a {
color: #4887c6;
text-decoration: underline;
}
.row {
display: flex;
}
.column {
flex: 50%;
}
div.description {
color: gray;
line-height: 0.5em;
padding: 10px;
font-size: 13pt;
}
div.description::first-line {
color:cornflowerblue;
font-size: 16pt;
}
.fa-li.fa.fa-graduation-cap {
font-size: 150%;
padding: 7px 0px;
}
h2.anchored {
color: cornflowerblue;
}