-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
109 lines (104 loc) · 1.58 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
99
100
101
102
103
104
105
106
107
108
109
$logo-clr: #ffc01f;
$helio-gry: #3a393a;
$content-clr: #cdcdcd;
$header-clr: #fff;
$card-clr: #545353;
* {
box-sizing: border-box;
font-family: sans-serif;
}
html {
background-color: #353435;
}
.page-wrap
width: 950px;
margin: 0 auto;
}
header {
display: flex;
justify-content: center;
padding: 20px;
}
.my-info {
display: flex;
}
.info-remainder {
margin-left: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1;
}
.name-date {
display: flex;
justify-content: space-between;
}
time {
color: #cdcdcd;
font-size: 1.5em;
margin: 0px;
}
.helio-choose {
background-color: #545353;
}
.helio-choose div {
color: #ffc01f;
font-weight: bold;
padding-top: 10px;
padding-left: 15px;
}
.helio-choose ul {
padding-left: 15px;
list-style: square inside;
}
li {
color: #cdcdcd;
}
h2 {
color: #ffc01f;
margin: 0px;
}
.tech {
display: flex;
justify-content: flex-start;
}
figure {
position: relative;
height: 205px;
text-align: center;
margin: 20px 5px 5px 5px;
}
figcaption {
display: block;
caption-side: bottom;
position: relative;
bottom: 40px;
padding: 6px;
background: rgba(2, 2, 2, 0.7);
color: #cdcdcd;
}
img:not([src^='https://heliotraining.com']){
max-width: 200px;
height: 205px;
margin: 0px;
}
.excited{
margin-top: 20px;
}
.excited-learn {
color: #cdcdcd;
background: #545353;
padding: 10px;
margin-top: 20px;
}
h3 {
color: #ffc01f;
font-weight: bold;
margin-top: 0px;
}
footer {
margin-top: 20px;
display: flex;
justify-content: center;
background: #545353;
}