issues
search
vragosta
/
dracobit.io
Learning Environment
3
stars
1
forks
source link
completed intern task two - bootstrap grid (closes #175)
#176
Closed
blandvogt
closed
8 years ago
blandvogt
commented
8 years ago
Completed the following task:
As a starting point you will need to choose the correct bootstrap container class. ( i.e: container, container-fluid, row, row-fluid )
Once selected, inside of this element, you will need three rows.
Height of top and bottom row is 150px with background-color of #000.
Height of middle row is 450px with background-color of #fff.
Rules & Regulations
Create a branch off of feature/brian-workarea and call it feature/intern-task-two.
Check off items as you complete them.
Mark issue as In Progress.
Upon completion, commit your work and in your commit message reference this ticket ( i.e "completed intern task two - bootstrap grid ( closes #175 )".
Push branch and your work.
Merge feature/intern-task-two into feature/brian-workarea ( Give the PR the 'Pull Request' label only).
Delete branch on GH.
In terminal, change branch to feature/brian-workarea and run the commands:
git pull
git fetch -p
git branch -D feature/intern-task-two
Completed the following task:
Rules & Regulations