Merveisler (Talk | contribs) |
Merveisler (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{Bilkent-UNAMBG}} | {{Bilkent-UNAMBG}} | ||
<html> | <html> | ||
+ | <h4>Notes</h4> | ||
− | + | <div class="lines"></div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </div> | + | |
+ | <ul class="list"> | ||
+ | <li>Eat Breakfeast</li> | ||
+ | <li>Feed Pugsly, the cow</li> | ||
+ | <li>Sit Down</li> | ||
+ | <li>Eat lunch</li> | ||
+ | <li>Call mom</li> | ||
+ | <li>Tweet about feeding my cow, pugsly</li> | ||
+ | <li>Join a hangout in google+</li> | ||
+ | <li>Prepare Dinner</li> | ||
+ | <li>Eat Dinner</li> | ||
+ | <li>Get ready for bed</li> | ||
+ | <li>Go to bed</li> | ||
+ | </ul> | ||
− | |||
− | |||
− | + | </html> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <style> | ||
body { | body { | ||
− | background: # | + | background-color :#f5f5f5; |
− | + | width: 600px; | |
− | + | margin: 0 auto; | |
+ | padding: 0; | ||
} | } | ||
− | + | h4 { | |
− | + | color: #cd0000; | |
− | + | font-size: 42px; | |
− | + | letter-spacing: -2px; | |
− | + | text-align: left; | |
− | + | } | |
− | + | .list { | |
− | + | color: #555; | |
− | + | font-size: 22px; | |
− | padding | + | padding: 0 !important; |
− | + | width: 500px; | |
− | + | font-family: courier, monospace; | |
− | border | + | border: 1px solid #dedede; |
− | + | } | |
− | - | + | .list li { |
− | - | + | list-style: none; |
− | - | + | border-bottom: 1px dotted #ccc; |
− | + | text-indent: 25px; | |
− | + | height: auto; | |
− | + | padding: 10px; | |
− | + | text-transform: capitalize; | |
− | + | } | |
− | + | .list li:hover { | |
− | + | background-color: #f0f0f0; | |
− | + | -webkit-transition: all 0.2s; | |
− | + | -moz-transition: all 0.2s; | |
− | + | -ms-transition: all 0.2s; | |
− | + | -o-transition: all 0.2s; | |
− | + | } | |
− | + | .lines { | |
− | + | border-left: 1px solid #ffaa9f; | |
− | + | border-right: 1px solid #ffaa9f; | |
− | + | width: 2px; | |
− | + | float: left; | |
− | + | height: 495px; | |
− | + | margin-left: 40px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | |||
</style> | </style> |
Revision as of 23:03, 17 October 2018
Notes
- Eat Breakfeast
- Feed Pugsly, the cow
- Sit Down
- Eat lunch
- Call mom
- Tweet about feeding my cow, pugsly
- Join a hangout in google+
- Prepare Dinner
- Eat Dinner
- Get ready for bed
- Go to bed
<style> body {
background-color :#f5f5f5; width: 600px; margin: 0 auto; padding: 0;
} h4 {
color: #cd0000; font-size: 42px; letter-spacing: -2px; text-align: left;
} .list {
color: #555; font-size: 22px; padding: 0 !important; width: 500px; font-family: courier, monospace; border: 1px solid #dedede;
} .list li {
list-style: none; border-bottom: 1px dotted #ccc; text-indent: 25px; height: auto; padding: 10px; text-transform: capitalize;
} .list li:hover {
background-color: #f0f0f0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s;
} .lines {
border-left: 1px solid #ffaa9f; border-right: 1px solid #ffaa9f; width: 2px; float: left; height: 495px; margin-left: 40px;
}
</style>