-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster.css
More file actions
43 lines (42 loc) · 790 Bytes
/
master.css
File metadata and controls
43 lines (42 loc) · 790 Bytes
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
body {
background-color: #1e1c15;
color: #de8435;
font-family: 'Roboto', sans-serif;
}
.home-heading-name {
font-family: 'Major Mono Display', monospace;
font-size: 5em;
}
.home-heading-wrapper {
text-align: center;
border-bottom: 2px #de8435 dotted;
margin-bottom: 20px;
}
.card {
background: none;
border: none;
}
.project-heading {
font-size: 1.45em;
text-align: left;
display: block;
}
p.project-description {
color: rgb(6,187,11);
display: block;
text-align: justify;
padding: 0 25px;
margin: 15px 0;
}
button.btn {
text-align: center;
background-color: #1919ff;
border-radius: 0;
color: #1e1c15;
margin-right: 8px;
}
.lang-logo {
display: block;
width: 55.87px;
height: 50px;
}