Bricky Brittle

Bricky's Bio

Bricky Brittle is a master builder of all things plastic and small. He's got a penchant for LEGO, but don't even get him started on K'NEX, those things are a menace!

Bricky Brittle's Portrait

Bricky's Interests:

Bricky's Stats:

Bricky's Social Media:

Follow Bricky on:

/* style.css */ body { background-color: #FF69B4; font-family: Open Sans, sans-serif; font-size: 16pt; line-height: 1.5; margin: 0; padding: 0; border: 4px solid black; box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.2); } h1 { font-size: 48pt; color: #000000; text-shadow: 5px 5px 5px #FF0000; } h2 { font-size: 24pt; color: #000000; border-bottom: 2px solid #000000; text-shadow: 1px 1px 1px #FF0000; } p { font-size: 12pt; color: #000000; line-height: 1.5; text-shadow: 0.5px 0.5px 1px #FF0000; margin-bottom: 1em; } img { border: 10px solid black; box-shadow: 5px 5px 5px #FF0000; width: 200px; height: 200px; float: left; margin: 0 1em 1em 0; } ul { list-style: none; margin: 0; padding: 0; padding-left: 1em; border-left: 2px solid #FF0000; border-bottom: 2px solid #FF0000; } li { font-size: 12pt; margin-bottom: 1em; color: #000000; text-shadow: 0.5px 0.5px 1px #FF0000; padding: 0 0 0 1em; } a { text-decoration: none; color: #FF69B4; border: 1px solid #FF69B4; background-color: #FF69B4; border-radius: 5px; text-shadow: 1px 1px 1px #000000; transition: background-color 0.5s ease-in-out; } a:hover { background-color: #FF0000; color: #000000; text-shadow: 1px 1px 1px #FF0000; } .row { margin: 1em 0; padding: 0; border: 2px solid #000000; border-bottom: 2px solid #000000; border-top: 2px solid #000000; border-radius: 5px; box-shadow: 5px 5px 5px #000000; } .col-md-6 { width: 50%; float: left; margin: 0 1em 1em 0; border: 1px solid #000000; border-radius: 5px; box-shadow: 1px 1px 1px #000000; } .col-md-6 { width: 50%; float: right; margin: 0 0 1em 0; border: 1px solid #000000; border-radius: 5px; box-shadow: 1px 1px 1px #000000; }