mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-10 06:48:02 -05:00
added classes for left and right float
This commit is contained in:
@@ -16,3 +16,9 @@
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.pull-left {
|
||||
float: left;
|
||||
}
|
||||
.pull-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
}
|
||||
p
|
||||
{
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
<p>© You. Made by the guys at <a href="https://lockitron.com">Lockitron</a>. MIT License.</p>
|
||||
<p class="pull-right">© You. Made by the guys at <a href="https://lockitron.com">Lockitron</a>. MIT License.</p>
|
||||
|
||||
Reference in New Issue
Block a user