Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Ángel Chica Moral
/
tbw2122_4
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8f661cac
authored
Mar 14, 2022
by
Ángel Chica Moral
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Creada carpeta assets y subcarpetas
parent
57089f2b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
assets/helpers/asset_helper.php
assets/sticky-footer.css
assets/helpers/asset_helper.php
0 → 100644
View file @
8f661cac
<?php
function
asset_url
(
$path
)
{
return
base_url
()
.
'assets/'
.
$path
;
}
\ No newline at end of file
assets/sticky-footer.css
0 → 100644
View file @
8f661cac
/* Sticky footer styles-------------------------------------------------- */
html
{
position
:
relative
;
min-height
:
100%
;
}
body
{
/* Margin bottom by footer height */
margin-bottom
:
60px
;
}
.footer
{
position
:
absolute
;
bottom
:
0
;
width
:
100%
;
/* Set the fixed height of the footer here */
height
:
60px
;
background-color
:
#f5f5f5
;
}
/* Custom page CSS-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container
{
width
:
auto
;
max-width
:
680px
;
padding
:
0
15px
;
}
.container
.text-muted
{
margin
:
20px
0
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment