automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
BIN
docs/assets/cover.jpg
Executable file
BIN
docs/assets/cover.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
BIN
docs/assets/cover.jpg-bak
Executable file
BIN
docs/assets/cover.jpg-bak
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
docs/assets/cover.png
Executable file
BIN
docs/assets/cover.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 190 KiB |
49
docs/assets/styling (copy 1).css
Executable file
49
docs/assets/styling (copy 1).css
Executable file
@@ -0,0 +1,49 @@
|
||||
ul.nav.navbar-nav.ml-auto {
|
||||
|
||||
background: purple;
|
||||
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
div p a {
|
||||
background: #FF4742;
|
||||
border: 1px solid #FF4742;
|
||||
border-radius: 6px;
|
||||
box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
|
||||
box-sizing: border-box;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 800;
|
||||
line-height: 16px;
|
||||
min-height: 40px;
|
||||
outline: 0;
|
||||
padding: 12px 14px;
|
||||
text-align: center;
|
||||
text-rendering: geometricprecision;
|
||||
text-transform: none;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
touch-action: manipulation;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
p a:hover,
|
||||
p a:active {
|
||||
|
||||
background-color: initial;
|
||||
|
||||
background-position: 0 0;
|
||||
|
||||
color: #FF4742;
|
||||
|
||||
}
|
||||
|
||||
p a:active {
|
||||
|
||||
opacity: .5;
|
||||
|
||||
}
|
||||
16
docs/assets/styling (copy 2).css
Executable file
16
docs/assets/styling (copy 2).css
Executable file
@@ -0,0 +1,16 @@
|
||||
body p {
|
||||
|
||||
font-size: 0.9rem;
|
||||
|
||||
line-height: 1.5;
|
||||
|
||||
}
|
||||
|
||||
|
||||
body a {
|
||||
|
||||
font-size: 0.85rem;
|
||||
|
||||
line-height: 1.5;
|
||||
|
||||
}
|
||||
16
docs/assets/styling.css
Executable file
16
docs/assets/styling.css
Executable file
@@ -0,0 +1,16 @@
|
||||
body p {
|
||||
|
||||
font-size: 0.9rem;
|
||||
|
||||
line-height: 1.5;
|
||||
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
|
||||
font-size: 0.85rem;
|
||||
|
||||
line-height: 1.5;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user