-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet_generic.css
More file actions
108 lines (106 loc) · 1.82 KB
/
Copy pathstylesheet_generic.css
File metadata and controls
108 lines (106 loc) · 1.82 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
@font-face {
font-family: handwritten;
src: url('../codepharmer.github.io/fonts/good_dog/GOODDP__.TTF') format('opentype');
}
@font-face {
font-family: grafitti;
src: url('../codepharmer.github.io/fonts/next_custom/next custom.ttf') format('opentype');
}
@font-face {
font-family: gooddog;
src: url('../codepharmer.github.io/fonts/good_dog/GOODDP__.TTF') format('opentype');
}
#bootstrapOverrides {
font-family: gooddog;
color: whitesmoke;
text-align: center;
font-size: 16px;
display: inline;
}
#borderimgtornpaper{
border: 10rem solid transparent;
padding: 15px;
border-image: url('../codepharmer.github.io/graphics/borderimg_test.png') 25;
}
body {
font-family: gooddog;
color: whitesmoke;
text-align: center;
background-color: black;;
}
.width-75 {
width:75%;
}
.text-md{
font-size: 1.6rem;
}
.bold {
font-weight: bold;
}
.font-2rem {
font-size: 2rem;
}
h1, h2 {
font-size: 3rem;
/* float: left; */
margin-bottom: auto;
/* display: inline; */
clear: left;
text-align: center;
}
.stretch_word{
font-family: grafitti;
font-size: larger;
}
.slategrey{
color: slategrey;
}
.grey{
color: grey;
}
.bg-black{
background-color: black;
}
a{
text-decoration: none;
color:grey;
}
a:hover{
color: darkgrey;
}
img{
width: 23%;
height: auto;
float: center;
align-content: space-around;
}
span {
display: inline-block;
}
script {
color: white;
}
.n {
color: white;
}
/* #hobbies>img {
align-content: right;
} */
iframe {
width: 65%;
}
@include media-breakpoint-up(sm) {
html {
font-size: 1.2rem;
}
}
@include media-breakpoint-up(md) {
html {
font-size: 1.4rem;
}
}
@include media-breakpoint-up(lg) {
html {
font-size: 1.6rem;
}
}