-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.css
74 lines (74 loc) · 1.6 KB
/
portfolio.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
body, h1, h2,h3,h4,h5,h6 {
font-family: "Montserrat", sans-serif;
}
.my-row-padding img {
margin-bottom: 12px;
}
.my-sidebar {
width: 120px;
background: #222;
}
#main {
margin-left: 120px;
}
.my-text-grey {
color: #757575 !important;
}
.my-padding-64 {
padding-top: 64px!important;
padding-bottom: 64px!important;
}
.my-justify {
text-align: justify!important;
}
.my-content {
max-width: 980px;
margin: auto;
}
*, *:before, *:after {
box-sizing: inherit;
}
div {
display: block;
}
.my-black {
color: #fff!important;
background-color: #000!important;
}
html, body {
font-family: Verdana, sans-serif;
font-size: 15px;
line-height: 1.5;
}
body {
display: block;
margin: 8px;
}
html {
ms-text-size-adjust: 100%;
webkit-text-size-adjust: 100%;
}
.my-light-grey {
color: #000!important;
background-color: #f1f1f1!important;
}
.my-container:after, .my-container:before, .my-panel:after, .my-panel:before, .my-row:after, .my-row:before, .my-row-padding:after, .my-row-padding:before, .my-cell-row:before, .my-cell-row:after, .my-clear:after, .my-clear:before, .my-bar:before, .my-bar:after {
content: "";
display: table;
clear: both;
}
my.css:2
*, *:before, *:after {
box-sizing: inherit;
}
Pseudo ::after element
my.css:71
.my-container:after, .my-container:before, .my-panel:after, .my-panel:before, .my-row:after, .my-row:before, .my-row-padding:after, .my-row-padding:before, .my-cell-row:before, .my-cell-row:after, .my-clear:after, .my-clear:before, .my-bar:before, .my-bar:after {
content: "";
display: table;
clear: both;
}
my.css:2
*, *:before, *:after {
box-sizing: inherit;
}