-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
98 lines (79 loc) · 1.19 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
97
98
body {
font: 12px "Trebuchet MS", Arial, sans-serif;
line-height: 1.8;
color: #000000;
background-color: #ffffff;
padding-top: 10px !important;
}
.textcontainer {
padding: 5%;
}
p {
font-size: 0.75rem;
}
.margin {
margin-bottom: 30px;
}
a {
color: #000000;
}
.container-fluid {
padding: 20px;
/*padding-bottom: 70px;*/
}
nav {
background-color: #ffffff;
color: #000000;
padding: 0px;
}
.navbar-nav {
color: #000000 !important;
display: flex;
justify-content: flex-start;
gap: 20px;
}
.navbar-nav a {
color: #000000 !important;
}
.nav-title{
padding: 10px;
margin: 0px;
color: #000000;
}
.nav-link {
padding: 10px;
color: #000000;
}
#btn {
padding: 10px 30px;
background-color: #2177c3;
color: #000000;
}
.row {
margin: auto;
}
.flexrow {
display: flex;
justify-content: space-evenly;
}
.center-row {
display: flex;
justify-content: center;
}
code {
background-color: #2d2b33;
color: #EEE7E8;
font-family: 'Courier New', Courier, monospace;
}
.caption {
color: rgb(207, 12, 12);
font-size: 16px;
text-align: center;
font-style: italic;
}
#aboutme {
padding: 20px;
}
.image-inline {
margin-bottom: 15px;
}